diff options
-rw-r--r-- | hello0/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hello0/.gitignore b/hello0/.gitignore index 8a93488..d2bf469 100644 --- a/hello0/.gitignore +++ b/hello0/.gitignore @@ -1,6 +1,8 @@ # Compiler/linker output. # *.d +*.t +*.i *.ii *.o *.obj @@ -9,6 +11,8 @@ *.a *.lib *.exp +*.pdb +*.ilk *.exe *.exe.dlls/ *.exe.manifest |