diff options
author | Sven Gothel <[email protected]> | 2019-12-25 05:39:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-25 05:39:30 +0100 |
commit | 769d1c9f9594e8a5ba9911e36e72f03c99c3dc15 (patch) | |
tree | f7c72ec3f9b120a5becd2d673c479ff7290633aa /.gitignore | |
parent | 0a8392c265bc059a4613874d1b0746d3c8bbe6e7 (diff) |
.gitignore: ignore all build* folder (fix)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -build* +build +build*/ +build-temp test/classes test/results nbproject/private |