diff options
author | stormlib <zezula@volny.cz> | 2013-01-11 05:44:08 -0800 |
---|---|---|
committer | stormlib <zezula@volny.cz> | 2013-01-11 05:44:08 -0800 |
commit | df4b0c085478389c9a21a09521d46735a0109c8a (patch) | |
tree | 7ca9e0970dae6ac7aa5081cfc510a33eaee6e06d /.gitignore |
Create .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
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 |