浏览代码

Tweak to accomodate for build* directories anywhere.

ocornut 2 年之前
父节点
当前提交
5ce636b0ba
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .gitignore

+ 1 - 2
.gitignore

@@ -8,7 +8,6 @@ imgui.ini
 *.o
 *.obj
 *.exe
-examples/build/*
 examples/*/Debug/*
 examples/*/Release/*
 examples/*/x64/*
@@ -30,7 +29,7 @@ ipch
 JSON/
 
 ## Commonly used CMake directories
-/build*/
+build*/
 
 ## Xcode artifacts
 project.xcworkspace