diff options
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 |