You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
257 B
Plaintext

# ignore all bin directories
# matches "bin" in any subfolder
bin/
# ignore all target directories
target/
# ignore generated files
gen/
# ignore all files ending with ~
*~
/.settings
# libs with abs paths, ignore
.classpath
.project