Merge pull request #4957 from soltanmm/bob

Mitigate Python build directory naming conflict
pull/4933/head^2
Masood Malekghassemi 9 years ago
commit 0f1d42e9ca
  1. 1
      .gitignore
  2. 3
      setup.cfg

1
.gitignore vendored

@ -5,6 +5,7 @@ libs
objs
# Python items
python_build/
.coverage*
.eggs
.tox

@ -3,6 +3,9 @@
[coverage:run]
plugins = Cython.Coverage
[build]
build_base=python_build
[build_ext]
inplace=1

Loading…
Cancel
Save