From efdf00883fafc82f22a94c02b7702fb3cf1e7604 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 16 Dec 2013 09:14:16 +0100 Subject: [PATCH] Add Git ignore file. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..51cb42c49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled Object files. +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries. +*.so +*.dylib +*.dll + +# Compiled Static libraries. +*.lai +*.la +*.a +*.lib + +# Executables. +*.exe +*.out +*.app + +# Other files. +*.user \ No newline at end of file