diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-14 20:08:37 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-14 20:45:02 +0900 |
commit | f613e7327761d8986c40b4b63db222ab60ca850c (patch) | |
tree | 0e51f80563afea7de8e3dac95692a84d7b0221d9 /.gitignore | |
parent | 5840fa534425e6aa44aa5cd84f2951d517a5d0aa (diff) | |
download | buildstream-f613e7327761d8986c40b4b63db222ab60ca850c.tar.gz |
.gitignore: Dont ignore .pyc files in integration-tests/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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/ |