diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,7 +1,15 @@ +# Compiler/linker output. +# +*.d *.o *.obj -*.d +*.so +*.dll +*.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest hello -hello.exe - |