.gitignore
changeset 2 34b6fedde9eb
child 5 e617c9cf6dd3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Mon Feb 09 13:00:42 2009 +0200
@@ -0,0 +1,15 @@
+# ignore generated by libtool files
+*.a
+*.o
+*.lo
+*.la
+*.so
+*.lai
+*.so.*
+# ignore backup files
+*~
+# ignore docs: they are not important and apiref is generated on the fly
+*.html
+Makefile
+*.cmake
+CMake*