2013-06-26 05:48:11 -04:00
|
|
|
# Ignore eclipse files
|
|
|
|
.*project
|
|
|
|
.settings
|
2017-06-20 10:19:46 -04:00
|
|
|
.vscode
|
2018-05-11 06:41:01 -04:00
|
|
|
.idea
|
2013-06-26 05:48:11 -04:00
|
|
|
|
2014-10-29 11:47:43 -04:00
|
|
|
# Build files
|
|
|
|
src/sngrep
|
2018-04-07 07:02:40 -04:00
|
|
|
sngrep
|
|
|
|
sngrep.cbp
|
2015-07-05 10:19:22 -04:00
|
|
|
tests/test-*.log
|
|
|
|
tests/test-*.trs
|
|
|
|
tests/test-???
|
2017-04-03 05:11:23 -04:00
|
|
|
*.o
|
2018-04-07 07:02:40 -04:00
|
|
|
**.deps
|
2017-04-03 05:11:23 -04:00
|
|
|
.dirstamp
|
2015-08-20 04:32:35 -04:00
|
|
|
*gmon.out
|
2015-02-06 09:39:12 -05:00
|
|
|
src/config.h*
|
2014-10-29 11:47:43 -04:00
|
|
|
src/stamp-h1
|
|
|
|
|
|
|
|
.autotools
|
2015-02-06 08:31:47 -05:00
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache
|
2014-10-29 11:47:43 -04:00
|
|
|
config.log
|
|
|
|
config.status
|
2015-02-25 05:30:05 -05:00
|
|
|
config.sub
|
|
|
|
config.guess
|
2015-02-06 08:31:47 -05:00
|
|
|
configure
|
2015-02-08 08:01:12 -05:00
|
|
|
missing
|
|
|
|
install-sh
|
|
|
|
depcomp
|
2015-07-05 10:19:22 -04:00
|
|
|
test-driver
|
2018-04-07 07:02:40 -04:00
|
|
|
cmake-build-*
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
cmake*
|
2014-10-29 11:47:43 -04:00
|
|
|
|
2013-06-26 05:48:11 -04:00
|
|
|
# Ignore Doxygen generated files
|
|
|
|
doc/html
|
2016-07-08 07:08:42 -04:00
|
|
|
|
|
|
|
# Tags file
|
|
|
|
tags
|
|
|
|
TAGS
|
2016-07-08 07:13:00 -04:00
|
|
|
|
|
|
|
# Vim swap files
|
|
|
|
.*.swp
|
|
|
|
.*.swo
|