commit 77da4e3bc758820eae56f523d044571a20272351 Author: hasufell Date: Mon Mar 31 21:33:24 2014 +0200 initial commit: add .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