diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-07 23:43:15 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-07 23:43:15 -0500 |
commit | db103c9970e48991c4d2799e6c751bb31180233f (patch) | |
tree | 68b9050aa57003e7e739d6efc5efdc66767672be /.gitignore | |
parent | 143b6ea84b2b6cffd52028a5ee270d056c3fd890 (diff) | |
download | buildstream-db103c9970e48991c4d2799e6c751bb31180233f.tar.gz |
Adding some things to the .gitignore file
For now covering the stuff generated by tests, leaving
the documentation stuff be for the time being.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e0d25df6c..0064a3f13 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,9 @@ # Python egg metadata, regenerated from source files by setuptools. /*.egg-info +.eggs + +# Some testing related things +tmp +.coverage +.cache |