sngrep/.gitignore
Daniel-Constantin Mierla f2e311e139 added tags files to gitignore
- they are generated by tools/ide like 'ctags -R .' to facilitate the
  navigation through source code
2016-07-08 13:08:42 +02:00

37 lines
392 B
Plaintext

# Ignore eclipse files
.*project
.settings
# Build files
src/sngrep
tests/test-*.log
tests/test-*.trs
tests/test-???
*/*.o
*/.deps
*gmon.out
src/config.h*
src/stamp-h1
.autotools
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
config.sub
config.guess
configure
missing
install-sh
depcomp
test-driver
# Ignore Doxygen generated files
doc/html
# Tags file
tags
TAGS