]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.gitignore: Ignore Python build artifacts
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 24 Sep 2019 19:43:22 +0000 (15:43 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 15 May 2020 14:55:10 +0000 (10:55 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
.gitignore

index 985b348442b5684b82e6d481665329ba53d25dd0..dd7da0fed52bcd5fca5d28a71d0b33eb9f48ef68 100644 (file)
@@ -79,3 +79,5 @@ GTAGS
 # mypy cache
 .mypy_cache/
 
+# Python building things where it shouldn't
+/src/python-common/build/
\ No newline at end of file