diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 16:27:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 16:27:41 (EDT) |
commit | dbb30433a5255cd14031ff6fe505219f86227d54 (patch) | |
tree | 51a7a683812c6a2e4ce65caa3e57f3c5dda164f0 | |
parent | 49ab21f51219706469f1bee9c67a0e5121ec9fc3 (diff) |
.gitignore: Update build system and object file exclusions
-rw-r--r-- | .gitignore | 32 |
1 files changed, 25 insertions, 7 deletions
@@ -4,11 +4,29 @@ *~ Session.vim -# Generated files +# Files generated by aclocal, autoconf, and automake +aclocal.m4 +autom4te.cache/ +configure +build-aux/ +ChangeLog +INSTALL +Makefile.in + +# Files generated by configure +config.log +config.status Makefile -src/*[^.]?? -lib/*.sho -lib/*/*.sho -man/*.? -locale/*/*.ms -pro-archman-*.tar.* +config.sh + +# Files generated by Makefile +*.sho +pro-archman +locale/*.ms +man/*.1 +*-*/ +*-*.tar* +tests/*[^.]?? +tests/*.log +tests/*.trs +test-suite.log |