sngrep/.gitignore
2016-07-08 13:13:00 +02:00

41 lines
424 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
# Vim swap files
.*.swp
.*.swo