summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-03-01 01:25:13 +0000
committerTavian Barnes <tavianator@gmail.com>2009-03-01 01:25:13 +0000
commitef4dbe789201bcb92596a67eb3fb3f3f03a09b49 (patch)
treed1591af1f8d50139c2eb154cca7b2fb9b0307785 /.gitignore
parentc7d93bfa183df3a22552c33c0af1dfc7658269ec (diff)
downloaddimension-ef4dbe789201bcb92596a67eb3fb3f3f03a09b49.tar.xz
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..09751ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# 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
+
+# Documentation files created by make
+/doc/dimension.info
+/doc/texinfo.tex
+
+# Files created by `make check'
+/tests/png
+/tests/dimension.png
+
+# Files and folders created by libtool
+.libs/
+*.l[oa]
+
+# Files and folders created by compilation
+.deps/
+*.[oa]