git://developer.intra2net.com
/
nagios-monitoring
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d6d37c3
)
add our regular .gitignore
author
Gerd v. Egidy
<gerd.von.egidy@intra2net.com>
Wed, 11 Nov 2009 21:17:36 +0000 (22:17 +0100)
committer
Gerd v. Egidy
<gerd.von.egidy@intra2net.com>
Wed, 11 Nov 2009 21:17:36 +0000 (22:17 +0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
7b75798
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,43
@@
+# Normal stuff
+*.o
+*.a
+*.so
+*.lo
+*.la
+*.pc
+.deps/
+.libs/
+build/
+
+# Automake
+Makefile
+Makefile.in
+autom4te.cache
+aclocal.m4
+libtool
+stamp-h1
+configure
+config.*
+*.substvars
+ltmain.sh
+missing
+install-sh
+depcomp
+INSTALL
+
+# kdevelop
+*.kdevelop.pcs
+*.kdevses
+
+# Doxygen documentation
+Doxyfile
+*/doc/Doxyfile
+*/doc/html
+
+# Backup files and stuff from patches
+*.orig
+*.rej
+*~
+
+# Misc
+TEMP/