diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# ---> C++ # Prerequisites *.d @@ -24,9 +25,22 @@ *.lai *.la *.a -*.lib # Executables *.exe *.out *.app + +*.pdb + +Release/* +Debug/* +X64/* +intermediate/* +src/Debug/* +src/Release/* +src/X64/* +.idea/* +.vs/* + +bin/*
\ No newline at end of file |
