]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr: Ignore __pycache__ and wheelhouse dirs
authorVolker Theile <vtheile@suse.com>
Mon, 18 Feb 2019 10:47:39 +0000 (11:47 +0100)
committerVolker Theile <vtheile@suse.com>
Tue, 19 Feb 2019 09:09:55 +0000 (10:09 +0100)
Signed-off-by: Volker Theile <vtheile@suse.com>
.gitignore
qa/.gitignore
src/pybind/.gitignore [deleted file]
src/pybind/mgr/ansible/.gitignore [new file with mode: 0644]
src/pybind/mgr/dashboard/.gitignore
src/pybind/mgr/orchestrator_cli/.gitignore [new file with mode: 0644]

index 96968b4e71b79cb124520f844f570f32b9789b7c..2c2afc282ed1204cb751567a36153903c1909cb3 100644 (file)
@@ -24,6 +24,7 @@ cscope.*
 gmon.out
 py-compile
 tags
+__pycache__
 
 # Files generated by crashed programs
 vgcore.*
index c4a1a68116026c85e8aa05b67b93bbb4cd596a66..e80d9d42aaf5d50147af4ce671fea8e273565968 100644 (file)
@@ -2,4 +2,3 @@
 .*.sw[nmop]
 *.pyc
 .tox
-__pycache__
diff --git a/src/pybind/.gitignore b/src/pybind/.gitignore
deleted file mode 100644 (file)
index 225fc6f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/__pycache__
diff --git a/src/pybind/mgr/ansible/.gitignore b/src/pybind/mgr/ansible/.gitignore
new file mode 100644 (file)
index 0000000..43a2d26
--- /dev/null
@@ -0,0 +1 @@
+wheelhouse*
index 804183753df14e169fd4cf66a6b3a6ce83698af0..0e6f614929d5c39c5cec3784ba579ea19d8a2052 100644 (file)
@@ -3,7 +3,6 @@ htmlcov
 .tox
 coverage.xml
 junit*xml
-__pycache__
 .cache
 ceph.conf
 wheelhouse*
diff --git a/src/pybind/mgr/orchestrator_cli/.gitignore b/src/pybind/mgr/orchestrator_cli/.gitignore
new file mode 100644 (file)
index 0000000..43a2d26
--- /dev/null
@@ -0,0 +1 @@
+wheelhouse*