diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:00:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:38:57 +0200 |
commit | ef8c2098a8528c0ca3cd9c66e23f4420f8660d19 (patch) | |
tree | 2c2350690211ce0d853de8fb975b52e103f030fa /.gitignore | |
parent | 4eaa08f1d4e110dd3c3f464eaf9e7c526b7c28f7 (diff) |
Ignore also instdir_for_build and workdir_for_build
Change-Id: I2e6a26cd1e54ad28ec27f2205262413db039a136
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a227af3d8e9f..64ebb3cb656b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,9 @@ # where stuff are built /instdir +/instdir_for_build /workdir +/workdir_for_build # where the external downloads maybe located /external/tarballs |