From 9b90d1ab3335280bcdc4b0dbdf16092c20c3ed94 Mon Sep 17 00:00:00 2001 From: WindFish Date: Sun, 19 May 2013 10:35:13 -0700 Subject: Initial commit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app -- cgit v1.2.1