Minor, update .gitignore files

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2018-09-16 09:43:46 +02:00
parent 054891f032
commit d4bef671b6
3 changed files with 12 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,6 +4,10 @@
*.o *.o
*.pc *.pc
.deps .deps
.testit_history
GPATH
GRTAGS
GTAGS
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4

7
debian/.gitignore vendored
View File

@ -1,5 +1,10 @@
*.log *.log
*.debhelper *.debhelper
*.substvars *.substvars
autoreconf.*
debhelper-build-stamp
files files
tmp/* tmp/*
libeditline-dev/*
libeditline0/*
libeditline1/*

3
examples/.gitignore vendored
View File

@ -1,4 +1,5 @@
*.o *.o
cli cli
testit testit
excallback excallback
fileman