Reshuffle .gitignore content a bit

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-13 14:49:32 +02:00
parent 1a09654e79
commit 4fc2c478ef
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
*~ *~
*.o
.deps .deps
GTAGS GTAGS
GPATH GPATH
@ -16,9 +15,7 @@ config.status
configure configure
depcomp depcomp
install-sh install-sh
klogd
klogd.service klogd.service
missing missing
stamp-h1 stamp-h1
syslogd
syslogd.service syslogd.service

3
src/.gitignore vendored
View File

@ -1 +1,4 @@
*.o
klogd
logger logger
syslogd