From df4b0c085478389c9a21a09521d46735a0109c8a Mon Sep 17 00:00:00 2001 From: stormlib Date: Fri, 11 Jan 2013 05:44:08 -0800 Subject: Create .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08b9dd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.lib +*.la +*.a + +# Temporary work files for MS Visual Studio +BuildLog.htm +*.dep +*.dll +*.embed.manifest +*.intermediate.manifest +*.exe +*.idb +*.ilk +*.obj +*.pdb +*.res +*.ncb +*.suo +*.user -- cgit v1.2.3