diff options
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -12,3 +12,31 @@ intermediate/ output/ test/d3d10/win64/ test/gl2/win64/debug/cudart64_55.dll +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |