mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Ignore Visual Studio generated files
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@ -34,3 +34,29 @@
|
||||
|
||||
# VSCode files
|
||||
.vscode/
|
||||
|
||||
|
||||
# Ignore files build by Visual Studio
|
||||
[Dd]ebug
|
||||
[Rr]elease
|
||||
*.vs
|
||||
*.obj
|
||||
*.pdb
|
||||
*.aps
|
||||
*.user
|
||||
# *.vcproj
|
||||
# *.vcxproj*
|
||||
# *.sln
|
||||
*.vspscc
|
||||
*_i.c
|
||||
*.i
|
||||
*.icf
|
||||
*_p.c
|
||||
*.ncb
|
||||
*.suo
|
||||
*.tlb
|
||||
*.tlh
|
||||
*.bak
|
||||
*.cache
|
||||
*.ilk
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user