mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-31 19:29:19 -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 files
|
||||||
.vscode/
|
.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