From dbb30433a5255cd14031ff6fe505219f86227d54 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 16:27:41 -0400 Subject: .gitignore: Update build system and object file exclusions --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 798ec5b..8938392 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v0.9.1