mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
Add custom ignores
This commit is contained in:
parent
d7dbc1890a
commit
196fea3536
14
.gitignore
vendored
14
.gitignore
vendored
@ -83,3 +83,17 @@ tests/title
|
||||
tests/triangle-vulkan
|
||||
tests/windows
|
||||
|
||||
# ------
|
||||
# custom
|
||||
# ------
|
||||
|
||||
# directories
|
||||
.vs/
|
||||
bin/
|
||||
bin-int/
|
||||
|
||||
# file
|
||||
*.user
|
||||
|
||||
# temporary excludes (clang-tidy and clang-format, used by the clang power tools)
|
||||
.clang-*
|
||||
|
Loading…
Reference in New Issue
Block a user