cee79e91f3
Automake (1.12 here) parallel-tests installs a test-driver file, another file to add to .gitignore. While at it, remove the duplicate cscope.out entry and add TAGS (the result of automake's "make tag")
33 lines
294 B
Plaintext
33 lines
294 B
Plaintext
*.deps
|
|
*.jpg
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pc
|
|
*.so
|
|
*.swp
|
|
*~
|
|
ctags
|
|
cscope.out
|
|
.libs
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.mk
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/missing
|
|
/stamp-h1
|
|
/test-driver
|
|
Makefile
|
|
Makefile.in
|
|
TAGS
|