From 77da4e3bc758820eae56f523d044571a20272351 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 31 Mar 2014 21:33:24 +0200 Subject: [PATCH] initial commit: add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..009e880 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# doxygen +html/ +latex/ + +# source +*.so* +*.la +*.a +*.o + +# targets + + +# tmp files +*~ +*.swp +*.swo