1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
# python generated files
*.pyc
__pycache__
# external tool files
*.swp
tags
/cscope.*
*.unc-backup~
*.unc-backup.md5~
*.uncrustify
*.gcno
# autotools generated files
aclocal.m4
Makefile.in
configure
config.log
config.status
configure.scan
install-sh
missing
stamp-h1
libtool
compile
Makefile
Makefile.in
.deps
INSTALL
ABOUT-NLS
.dirstamp
*.tar.xz
autom4te.cache/*
build-aux/*
.libs/
# unit-test generated files
*.log
*.trs
# ignore build-directory if any
/build*
# C generated objects
*.o
*.la
*.lo
a.out
# generated files
/unittests.tap
/butterworth
# nfs tmp files
*.nfs*
|