From cade8921dab35d23432473aa553aeb3e97fef68c Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Wed, 18 Apr 2012 22:02:59 +0200 Subject: [PATCH] gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 .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/ + +