From: Thomas Jarosch Date: Mon, 16 Feb 2009 09:44:15 +0000 (+0100) Subject: Started .gitignore file X-Git-Tag: latest_release X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=60f6cd1658b2e5488e2417d7cf94b1112566ce1b;p=ftdi_eeprom Started .gitignore file --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0a7b6d --- /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 +*~ + +# ftdi_eeprom specific +ftdi_eeprom.spec