Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
Ignore some Python related caching dirs.

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev committed Aug 15, 2019
1 parent e1bbc4e commit 3866fca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cscope.*
gmon.out
py-compile
tags
__pycache__
__pycache__/
wheelhouse/
.pytest_cache/

# Files generated by crashed programs
vgcore.*
Expand Down
1 change: 0 additions & 1 deletion src/pybind/mgr/ansible/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
wheelhouse*
1 change: 0 additions & 1 deletion src/pybind/mgr/dashboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ coverage.xml
junit*xml
.cache
ceph.conf
wheelhouse*

# IDE
.vscode
Expand Down
1 change: 0 additions & 1 deletion src/pybind/mgr/orchestrator_cli/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
wheelhouse*

0 comments on commit 3866fca

Please sign in to comment.