summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-25 05:39:30 +0100
committerSven Gothel <[email protected]>2019-12-25 05:39:30 +0100
commit769d1c9f9594e8a5ba9911e36e72f03c99c3dc15 (patch)
treef7c72ec3f9b120a5becd2d673c479ff7290633aa /.gitignore
parent0a8392c265bc059a4613874d1b0746d3c8bbe6e7 (diff)
.gitignore: ignore all build* folder (fix)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 13e41a5..26cfa3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
-build*
+build
+build*/
+build-temp
test/classes
test/results
nbproject/private