forked from Mirrors/sngrep
46 lines
465 B
Plaintext
46 lines
465 B
Plaintext
# Ignore eclipse files
|
|
.*project
|
|
.settings
|
|
.vscode
|
|
.idea
|
|
build
|
|
|
|
# Build files
|
|
src/sngrep
|
|
tests/test-*.log
|
|
tests/test-*.trs
|
|
tests/test-???
|
|
*.o
|
|
.deps
|
|
.dirstamp
|
|
*gmon.out
|
|
src/config.h.in
|
|
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
|