summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-09-16 21:26:21 +0000
committerStef Walter <stef@memberwebs.com>2009-09-16 21:26:21 +0000
commit5665604d7fcafd3d24877562dd36d60895c29cc6 (patch)
tree0304bd51c7266b72150b4bfb708a8441a62f2443
parent37840f2932fdca7b09ab0701eb380385d6d09577 (diff)
Migrate over to git
-rw-r--r--.gitignore54
l---------INSTALL2
2 files changed, 55 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eb35a02
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+*.o
+*.lo
+*.a
+*.la
+
+# /
+/*.tar.gz
+/compile
+/*.tmp
+/configure
+/Makefile.in
+/config.log
+/depcomp
+/config.guess
+/config.h*
+/ltmain.sh
+/config.sub
+/Makefile
+/*.pws
+/config.status
+/stamp-*
+/*.bak
+/*.prj
+/libtool
+/autom4te.cache
+/missing
+/aclocal.m4
+/install-sh
+/\[config.h\].in
+/*.orig
+/*.rej
+/*.loT
+
+# /doc/
+/doc/Makefile
+/doc/Makefile.in
+
+# /module/
+/module/regex_tree.h
+/module/regex_tree.c
+/module/Makefile.in
+/module/Makefile
+/module/regex_oid.h
+/module/.*
+/module/*.orig
+/module/*.rej
+/module/*.loT
+
+# /tools/
+/tools/.deps
+/tools/.libs
+/tools/Makefile
+/tools/Makefile.in
+/tools/sockin
diff --git a/INSTALL b/INSTALL
index be1c099..c6b887a 120000
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1 @@
-/usr/local/share/automake19/INSTALL \ No newline at end of file
+/usr/local/share/automake-1.10/INSTALL \ No newline at end of file