commit | b5ec91dc87fcd9bd9f11532af8708d6858e99f50 | [log] [tgz] |
---|---|---|
author | Dan Smith <upthewaterspout@apache.org> | Thu Nov 29 14:50:47 2018 -0800 |
committer | Dan Smith <upthewaterspout@apache.org> | Thu Nov 29 14:50:47 2018 -0800 |
tree | ccaa6ad2b5e535b2767ea78927aaaa7ef3aafe6b | |
parent | c1bdf62b0bc6ad23faf15f3a60e62fd9fec48bb2 [diff] |
Adding build directories to .gitignore
diff --git a/.gitignore b/.gitignore index a809704..10f3f63 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,5 @@ -.idea -out -.gradle +.idea/ +out/ +.gradle/ +build/ +output/