summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 18:06:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 18:06:12 (EDT)
commit9217f3869f76d6936e77cec0a1a4d5efd1e97727 (patch)
tree97255d75e43cebc41e7b779b109496e35b9c192e /.gitignore
parente0cc4b1883c98145d05a141e06a0392a3181e6e5 (diff)
parent98725484ac7bb96cd2ac6481c8460ceaa06dc4be (diff)
Merge branch 'feature/use-autoconf-automake-shpp-and-shld'
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 25 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 3be0820..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/*.sm
-lib/*/*.sm
-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