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

# .
workspace
debug-workspace

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

# MacOSX
.DS_Store

Back to the top