Skip to content

Commit

Permalink
Added 2 entries to the gitignores file.
Browse files Browse the repository at this point in the history
I downloaded and built from sources as as submodule for a personal
exploration that I'm working on and discovered that the glfw submodule
shows changed files after a build.

Adding these 2 entries fixes the issue.

Closes glfw#1827.
  • Loading branch information
lukebayes authored and elmindreda committed Jan 18, 2021
1 parent 6ce6b50 commit 3a8ebb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ examples/splitview
examples/sharing
examples/triangle-opengl
examples/wave
examples/windows
tests/*.app
tests/*.exe
tests/clipboard
Expand All @@ -87,6 +88,7 @@ tests/gamma
tests/glfwinfo
tests/icon
tests/iconify
tests/inputlag
tests/joysticks
tests/monitors
tests/msaa
Expand Down

0 comments on commit 3a8ebb1

Please sign in to comment.