diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-09-17 03:18:34 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-09-17 03:18:34 +0000 |
commit | fb147c5f6570a971ae25d07c74f94f6d2fdcb130 (patch) | |
tree | 2a8966cdec2a77f9e28123347f1791b041ef2143 /.gitignore | |
parent | 01eb59bb3061bbdf9feaaf3d5b4e1258526106bb (diff) | |
download | libsandglass-fb147c5f6570a971ae25d07c74f94f6d2fdcb130.tar.xz |
Add build system.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
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] |