Browse Source

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 years ago
parent
commit
8e0b47331f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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