2
0
Эх сурвалжийг харах

Also ignore "build-*/" sub-directories

Locally, I do make multiple build directories for various purposes, like "build-debug", "build-release", "build-novideo", etc. Also, Qt Creator (if configure it) may automatically create build directories that always starts with a "build-*" prefix.
Wohlstand 2 жил өмнө
parent
commit
8e0b47331f
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 build/
+build-*/
 buildbot/
 /VERSION.txt
 __pycache__