瀏覽代碼

Added 2 entries to the gitignores file.

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 #1827.
Luke Bayes 4 年之前
父節點
當前提交
3a8ebb1903
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -77,6 +77,7 @@ examples/splitview
 examples/sharing
 examples/sharing
 examples/triangle-opengl
 examples/triangle-opengl
 examples/wave
 examples/wave
+examples/windows
 tests/*.app
 tests/*.app
 tests/*.exe
 tests/*.exe
 tests/clipboard
 tests/clipboard
@@ -87,6 +88,7 @@ tests/gamma
 tests/glfwinfo
 tests/glfwinfo
 tests/icon
 tests/icon
 tests/iconify
 tests/iconify
+tests/inputlag
 tests/joysticks
 tests/joysticks
 tests/monitors
 tests/monitors
 tests/msaa
 tests/msaa