libftdi-git Archives

Subject: branch, master, updated. v0.15-4-g509b4bb

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 7 Feb 2009 18:26:25 +0100 (CET)
- Log -----------------------------------------------------------------
commit 509b4bb201d22d74b2e60177e35d0a08c36eaf1e
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Feb 7 18:26:23 2009 +0100

    Added .gitignore file

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

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f7ac5b5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# 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
+*~
+
+# libftdi specific
+libftdi-config
+libftdi.spec

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

Current Thread
  • branch, master, updated. v0.15-4-g509b4bb, libftdi-git <=