From 5665604d7fcafd3d24877562dd36d60895c29cc6 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 16 Sep 2009 21:26:21 +0000 Subject: Migrate over to git --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ INSTALL | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 -- cgit v1.2.3