From c8632ec95cc7a7209e0298aa0fbfbbbfd83bfd80 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 23 May 2010 11:41:30 -0600 Subject: Add buildsystem. --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4683a61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 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 +/ylwrap +Makefile +Makefile.in + +# pkg-config files +*.pc + +# Files and folders created by libtool +.libs/ +*.l[oa] + +# Files and folders created by compilation +.deps/ +*.[oa] -- cgit v1.2.3