From 020420bc36b93daaec7843d3b474876490fe8256 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 21 Jun 2012 14:56:49 +0200 Subject: [PATCH] New repository. Add .gitignore file --- .gitignore | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5182fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Normal stuff +*.o +*.a +*.so +*.lo +*.la +*.pc +.deps/ +.libs/ +build/ +bin/ + +# kdevelop +.kdev4 + +# Doxygen documentation +*/doc/Doxyfile +*/doc/html + +# Backup files and stuff from patches +*.orig +*.rej +*~ -- 1.7.1