diff options
author | Bradley Sepos <[email protected]> | 2015-09-03 12:12:16 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2015-09-03 12:12:16 -0400 |
commit | 0b26f9fe2f19bc356e152563206ed5cdef9097b3 (patch) | |
tree | 40fafe5b1bef0e5b53966b6981ad40a94f29b250 /.gitignore | |
parent | f33d9d307f8376e554882602a46f646991979de7 (diff) |
git: Add build/ and download/ to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13f71124a..ca476fd7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Ignore output created by Visual Studio
+build/ +download/ win/CS/*/bin
win/CS/*/obj
win/CS/*.suo |