1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 09:09:57 +02:00

Merge pull request #3538 from adi-g15/master

Updated C++.gitignore to include *ilk, *pdb files
This commit is contained in:
Daniel Johnson 2025-06-13 14:07:21 -07:00 committed by GitHub
commit dbd59f91f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,12 @@
*.gch
*.pch
# Linker files
*.ilk
# Debugger Files
*.pdb
# Compiled Dynamic libraries
*.so
*.dylib