From 78fcd6a7d9af6908cbc9692862dfa0339c2cb368 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 7 Feb 2009 18:30:00 +0100 Subject: [PATCH] Started .gitignore file --- .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 -- 1.7.1