summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a61a975ac..e7b05fb84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
# Compiled python modules.
-src/buildstream/**/*.pyc
-tests/**/*.pyc
+__pycache__
# Generated C files
src/buildstream/**/*.c
@@ -33,10 +32,6 @@ tmp
*.bst/
.tox/
-# Pycache, in case buildstream is ran directly from within the source
-# tree
-__pycache__/
-
# Generated version file
src/buildstream/__version__.py