summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-14 20:08:37 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-14 20:45:02 +0900
commitf613e7327761d8986c40b4b63db222ab60ca850c (patch)
tree0e51f80563afea7de8e3dac95692a84d7b0221d9 /.gitignore
parent5840fa534425e6aa44aa5cd84f2951d517a5d0aa (diff)
downloadbuildstream-f613e7327761d8986c40b4b63db222ab60ca850c.tar.gz
.gitignore: Dont ignore .pyc files in integration-tests/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0064a3f13..2505f1e61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Compiled python modules.
-*.pyc
+buildstream/**/*.pyc
+tests/**/*.pyc
# Setuptools distribution folder.
/dist/