diff options
author | Sven Gothel <[email protected]> | 2019-12-25 05:38:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-25 05:38:12 +0100 |
commit | 0a8392c265bc059a4613874d1b0746d3c8bbe6e7 (patch) | |
tree | 926cdff107f26b19afe06a2e9995c86516fdb5c7 | |
parent | 768677b5b56a9cfea3accf4b7638d217eceade44 (diff) |
.gitignore: ignore all build* folder
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -build +build* test/classes test/results nbproject/private -javadoc_public/
\ No newline at end of file +javadoc_public/ |