git://developer.intra2net.com
/
libasyncio
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3a1a19c
)
Started .gitignore file
author
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Sat, 7 Feb 2009 17:35:07 +0000 (18:35 +0100)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Sat, 7 Feb 2009 17:35:07 +0000 (18:35 +0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
b7cec7c
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,42
@@
+# 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
+*~
+
+# libasyncio specific