libt2n-git Archives

Subject: branch, master, updated. v0.5-3-g78fcd6a

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 7 Feb 2009 18:30:03 +0100 (CET)
- Log -----------------------------------------------------------------
commit 78fcd6a7d9af6908cbc9692862dfa0339c2cb368
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Feb 7 18:30:00 2009 +0100

    Started .gitignore file

-----------------------------------------------------------------------

Summary of changes:
 .gitignore |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..443d053
--- /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
+*~
+
+# libt2n specific
+libt2n.spec

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • branch, master, updated. v0.5-3-g78fcd6a, libt2n-git <=