diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-05-23 11:41:30 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-05-23 11:41:30 -0600 |
commit | c8632ec95cc7a7209e0298aa0fbfbbbfd83bfd80 (patch) | |
tree | dd101feafba9c87baf68d7cda465b6da43afb5e5 /.gitignore | |
download | vz-c8632ec95cc7a7209e0298aa0fbfbbbfd83bfd80.tar.xz |
Add buildsystem.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
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] |