From d22ead9aa1d0a78c1c9ed2baa90a67258bad401b Mon Sep 17 00:00:00 2001 From: ipkn Date: Sat, 29 Mar 2014 13:40:24 -0700 Subject: Initial commit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0def275 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app -- cgit v1.2.3-54-g00ecf