From fb147c5f6570a971ae25d07c74f94f6d2fdcb130 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 17 Sep 2009 03:18:34 +0000 Subject: Add build system. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c57e6b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Files and folders created by aclocal, autoconf, automake, and libtoolize +/aclocal.m4 +/autom4te.cache/ +/compile +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/m4 +/missing +Makefile +Makefile.in + +# Files and folders created by libtool +.libs/ +*.l[oa] + +# Files and folders created by compilation +.deps/ +*.[oa] -- cgit v1.2.3