git://developer.intra2net.com
/
bpdyndnsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c5675c0
)
Added our default .gitignore file
author
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Mon, 3 Aug 2009 09:14:40 +0000 (11:14 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Mon, 3 Aug 2009 09:14:40 +0000 (11:14 +0200)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
f19eb3c
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,45
@@
+# Normal stuff
+*.o
+*.a
+*.so
+*.lo
+*.la
+*.pc
+.deps/
+.libs/
+build/
+
+# libt2n specific
+t2n_*.cpp
+t2n_*.hxx
+t2n_*.libt2nstamp
+libt2n*.P
+
+# 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
+*/doc/Doxyfile
+*/doc/html
+
+# Backup files and stuff from patches
+*.orig
+*.rej
+*~