sngrep/.gitignore

44 lines
444 B
Plaintext
Raw Normal View History

2013-06-26 05:48:11 -04:00
# Ignore eclipse files
.*project
.settings
2017-06-20 10:19:46 -04:00
.vscode
.idea
2013-06-26 05:48:11 -04:00
# Build files
src/sngrep
2015-07-05 10:19:22 -04:00
tests/test-*.log
tests/test-*.trs
tests/test-???
*.o
.deps
.dirstamp
*gmon.out
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
2015-07-05 10:19:22 -04:00
test-driver
2013-06-26 05:48:11 -04:00
# Ignore Doxygen generated files
doc/html
# Tags file
tags
TAGS
2016-07-08 07:13:00 -04:00
# Vim swap files
.*.swp
.*.swo