浏览代码

Merge topic 'gitignore-build'

2c1ab065fe gitignore: Tell Git to ignore build*/ directories

Acked-by: Kitware Robot <[email protected]>
Acked-by: Alex Turbov <[email protected]>
Acked-by: مهدي شينون (Mehdi Chinoune) <[email protected]>
Merge-request: !7283
Brad King 3 年之前
父节点
当前提交
60530da6f2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -1,3 +1,6 @@
+# Common build directories
+build*/
+
 # Exclude MacOS Finder files.
 .DS_Store