sngrep/.gitignore

28 lines
302 B
Plaintext
Raw Normal View History

2013-06-26 05:48:11 -04:00
# Ignore eclipse files
.*project
.settings
# Build files
src/sngrep
src/*.o
src/.deps
2015-02-06 09:39:12 -05:00
src/config.h*
src/stamp-h1
.autotools
2015-02-06 08:31:47 -05:00
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
config.sub
config.guess
2015-02-06 08:31:47 -05:00
configure
missing
install-sh
depcomp
2013-06-26 05:48:11 -04:00
# Ignore Doxygen generated files
doc/html