mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +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/triangle-vulkan
|
||||||
tests/windows
|
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