summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-27 12:32:09 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-28 20:53:27 -0700
commitb1d3e8308a0f41e766f1b5769a820e12e50391ba (patch)
tree1fe544754f08c4bdc1ca7f3e1e7bb7eb042bade9
parent6960eeef4ac3fe1cec883b6fef15f404dbbd5787 (diff)
downloadglu-b1d3e8308a0f41e766f1b5769a820e12e50391ba.tar.gz
Add .gitignore
-rw-r--r--.gitignore48
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cfcd43c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
+*.a
+*.dll
+*.exe
+*.ilk
+*.la
+*.lo
+*.o
+*.obj
+*.os
+*.pc
+*.pdb
+*.pyc
+*.pyo
+*.so
+*.so.*
+*.sw[a-z]
+*.tar
+*.tar.bz2
+*.tar.gz
+*.zip
+*~
+depend
+depend.bak
+bin/ltmain.sh
+lib
+lib64
+configure
+configure.lineno
+autom4te.cache
+aclocal.m4
+config.log
+config.status
+cscope*
+build
+libtool
+manifest.txt
+Makefile.in
+.dir-locals.el
+.deps/
+.libs/
+Makefile
+.dirstamp
+missing
+config.guess
+config.sub
+depcomp
+install-sh
+ltmain.sh