Infra: Ignore boring files, and expunge old setup script. master
authorMark Wooding <mdw@distorted.org.uk>
Sat, 26 Aug 2006 02:29:43 +0000 (03:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 26 Aug 2006 02:29:43 +0000 (03:29 +0100)
.gitignore [new file with mode: 0644]
setup [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2466b2b
--- /dev/null
@@ -0,0 +1,22 @@
+COPYING
+Makefile
+Makefile.am
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.log
+config.status
+configure
+gpl.tex
+install-sh
+*.aux
+*.cls
+*.dvi
+*.idx
+*.ilg
+*.idx
+*.ind
+*.log
+*.toc
+missing
+*~
diff --git a/setup b/setup
deleted file mode 100755 (executable)
index 04ca935..0000000
--- a/setup
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-set -e
-mklinks
-mkaclocal
-m4 Makefile.m4 >Makefile.am
-autoconf
-automake