diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-04-16 18:24:42 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-04-16 18:24:42 -0400 |
commit | 05e4137d313d928d8f5971a50452c683ef3b8205 (patch) | |
tree | 123c63818e8b4879e6426a9ebeceab8bc18ddb0e /.gitignore | |
parent | 82805b56b9a842044ecd890e1560c4735ae3e854 (diff) | |
download | curl-05e4137d313d928d8f5971a50452c683ef3b8205.tar.gz |
gitignore: Ignore Windows build output directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e1e99f78c..83e750860 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ CHANGES.dist .settings .dirstamp test-driver +/build/ +/builds/ |