summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-25 05:38:12 +0100
committerSven Gothel <[email protected]>2019-12-25 05:38:12 +0100
commit0a8392c265bc059a4613874d1b0746d3c8bbe6e7 (patch)
tree926cdff107f26b19afe06a2e9995c86516fdb5c7
parent768677b5b56a9cfea3accf4b7638d217eceade44 (diff)
.gitignore: ignore all build* folder
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 052d5c3..13e41a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-build
+build*
test/classes
test/results
nbproject/private
-javadoc_public/ \ No newline at end of file
+javadoc_public/