summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-28 11:32:38 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-28 11:32:38 (EST)
commit1bd86b2673471603c1ec6b20896773827b8aafd5 (patch)
treefb143527251d9f133032c025b91a41a4d3e26955 /.gitignore
parent7d42e06556079baa03c895e1280ebd0580f3c75d (diff)
.gitignore: Update.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 30 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 8a6293e..00b4298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,38 @@
# Swap and backup files
-.*.sw*
-.sw*
-*~
+*.s[a-w]?
Session.vim
+*~
+*.orig
+
+# Files generated by aclocal, autoconf, and automake
+aclocal.m4
+autom4te.cache/
+configure
+build-aux/
+ChangeLog
+INSTALL
+Makefile.in
-# Generated files
+# Files generated by configure
+config.log
+config.status
Makefile
+
+# Files generated by Makefile
src/*[^.]??
lib/*.sm
lib/*/*.sm
+locale/*.ms
man/*[^.]??
-locale/*/*.ms
-opkhelper-*.tar.*
+*-*/
+*-*.tar*
+
+# Build and destination directories
+build/
+build.*/
+dest/
+dest.*/
+
+# Patches and build logs
+[0-9][0-9][0-9][0-9]-*.patch
+*.log