commit cade8921dab35d23432473aa553aeb3e97fef68c Author: B Kleinen Date: Wed Apr 18 22:02:59 2012 +0200 gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..8f8b85e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a + +# Visual Studio +*.exe +*.ilk +*.pdb +Debug/ +Release/ + +