summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Müller <marcus.mueller@ettus.com>2018-11-04 15:42:16 +0100
committerMarcus Müller <marcus@hostalia.de>2018-11-09 20:37:26 +0100
commitca12b82fdd8216e4a3103fb531e6db4242c4f652 (patch)
treed4a6c3ff4cfc0d350318483ef64a45f066896e87
parent5823f31bc997929e3e2273549856c67ddec6c00a (diff)
.gitignore: ignore build*/ instead of just build/
This is a convenience edit, so that one can have multiple separate build directories in one source tree, for example to test Py2 and Py3 in parallel and compare build results.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a18599872b..bd4aeaeef4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*~
*.pyc
*.pyo
-build/
+build*/