New repository. Add .gitignore file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 21 Jun 2012 12:56:49 +0000 (14:56 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 21 Jun 2012 12:56:49 +0000 (14:56 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f5182fb
--- /dev/null
@@ -0,0 +1,23 @@
+# Normal stuff
+*.o
+*.a
+*.so
+*.lo
+*.la
+*.pc
+.deps/
+.libs/
+build/
+bin/
+
+# kdevelop
+.kdev4
+
+# Doxygen documentation
+*/doc/Doxyfile
+*/doc/html
+
+# Backup files and stuff from patches
+*.orig
+*.rej
+*~