From 342d0d9024e4a6cc896b913e9431cf0b39382f09 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 1 Sep 2011 09:02:53 +0200 Subject: [PATCH] added gitignore file --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8df9393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a