Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
0f1d42e9
Commit
0f1d42e9
authored
9 years ago
by
Masood Malekghassemi
Browse files
Options
Downloads
Plain Diff
Merge pull request #4957 from soltanmm/bob
Mitigate Python build directory naming conflict
parents
50d012bb
1a54e5cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
setup.cfg
+3
-0
3 additions, 0 deletions
setup.cfg
with
4 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
0f1d42e9
...
...
@@ -5,6 +5,7 @@ libs
objs
# Python items
python_build/
.coverage*
.eggs
.tox
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
0
View file @
0f1d42e9
...
...
@@ -3,6 +3,9 @@
[coverage:run]
plugins
=
Cython.Coverage
[build]
build_base
=
python_build
[build_ext]
inplace
=
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment