diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..981986a --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +#Auto generated files +build/* +bin/* + +#Visual studio files +*.tlog + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj +*.ipch +*.suo +*.db + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app
\ No newline at end of file |