summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-15 00:48:50 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-15 00:48:50 (EDT)
commit4e2e41ce70e03360bbfac0dae093586824f3ad8f (patch)
treecaf5b3eea9e329c56bfcb384ee87669ebbe9c72e /.gitignore
downloadmarquee-4e2e41ce70e03360bbfac0dae093586824f3ad8f.zip
marquee-4e2e41ce70e03360bbfac0dae093586824f3ad8f.tar.gz
marquee-4e2e41ce70e03360bbfac0dae093586824f3ad8f.tar.bz2
Add build system and related files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e1a1410
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Swap and backup files
+*.s[a-w]?
+*.vim
+*~
+*.orig
+
+# Files generated by aclocal, autoconf, and automake
+aclocal.m4
+autom4te.cache/
+configure
+config.h.in
+build-aux/
+ChangeLog
+INSTALL
+Makefile.in
+
+# Files generated by configure
+config.log
+config.status
+Makefile
+config.h
+stamp-h1
+
+# Files generated by Makefile
+.deps
+.dirstamp
+*.o
+marquee
+marquee-*.tar*
+marquee-*/