diff options
author | Alexey Neyman <stilor@att.net> | 2015-10-29 16:20:47 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-30 16:24:52 -0700 |
commit | ce588c01d854ec5f3a8c2d180edc40b592ac2a2d (patch) | |
tree | 4a7bde8e3cd829b826be2d96c08685e4e5868f1c /.gitignore | |
parent | 41891506f6869526d46e96ff23d3b7b8f7ed96c9 (diff) | |
download | crosstool-ng-ce588c01d854ec5f3a8c2d180edc40b592ac2a2d.tar.gz crosstool-ng-ce588c01d854ec5f3a8c2d180edc40b592ac2a2d.tar.bz2 crosstool-ng-ce588c01d854ec5f3a8c2d180edc40b592ac2a2d.zip |
Add new temp directory to .gitignore.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ build.log .build/ # .. and the legacy location targets/ +# .. and log for 'build-all' +.build-all |