sngrep/.gitignore

51 lines
527 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
sngrep
sngrep.cbp
2015-07-05 10:19:22 -04:00
tests/test-*.log
tests/test-*.trs
tests/test-???
*.o
**.deps
.dirstamp
*gmon.out
src/config.h
src/config.h.in*
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
cmake-build-*
CMakeCache.txt
CMakeFiles
cmake*
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