Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bd4a84fe0d739451b388488a68f89d060c7579fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ignore various emacs droppings
*~
\#*\#

# .
workspace
debug-workspace

# Ignored throughout the whole tree
bin/
target/
coverage/
artifacts/
/ManifestValidationResult.html

Back to the top