Add .gitignore file to work with git-svn
authorSylvain Beucler <beuc@beuc.net>
Sun, 11 Mar 2012 09:35:29 +0000 (09:35 +0000)
committerSylvain Beucler <beuc@beuc.net>
Sun, 11 Mar 2012 09:35:29 +0000 (09:35 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1107 7f0cb862-5218-0410-a997-914c9d46530a

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3aec20e
--- /dev/null
@@ -0,0 +1,32 @@
+Makefile.in
+Makefile
+INSTALL
+.deps
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.sub
+configure
+configure.cache
+config.log
+config.status
+# config.h.in is now static and used with CMake, keep it:
+#config.h.in
+config.h
+depcomp
+install-sh
+ltmain.sh
+missing
+stamp-h1
+*.tar
+*.tar.gz
+*.tar.bz2
+*.zip
+*.o
+*.a
+*~
+# my build dirs:
+cross-android
+cross-woe
+native