summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e05cc4f4..494180b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,7 +52,7 @@ Temporary Items
# ======================
.gradle
-build
+build/
# ======================
# IDEs
@@ -107,4 +107,4 @@ local.properties
# Javascript specific files
node_modules/
-*.log \ No newline at end of file
+*.log
bgstack15