53 lines
567 B
Plaintext
53 lines
567 B
Plaintext
# Maven build folders
|
|
target/
|
|
|
|
# Ant build folders
|
|
build/
|
|
dist/
|
|
lib/
|
|
user.build.properties
|
|
|
|
# MacOSX files
|
|
.DS_Store
|
|
|
|
# NetBeans user configuration files
|
|
nbactions*.xml
|
|
/nbproject/private/
|
|
*/nbproject/private/
|
|
|
|
# IntelliJ projects
|
|
*.iws
|
|
*.iml
|
|
.idea/
|
|
|
|
# Eclipse projects
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.metadata
|
|
|
|
# Profiler results
|
|
*.hprof
|
|
|
|
# parrt's bash prompt data
|
|
.fetch_time_cache
|
|
|
|
# Playground
|
|
#/tool/playground/
|
|
|
|
# Generated files
|
|
/out/
|
|
/doc/
|
|
/gen/
|
|
/gen3/
|
|
/gen4/
|
|
/tool/playground/
|
|
tmp/
|
|
|
|
# Configurable build files
|
|
bilder.py
|
|
bilder.pyc
|
|
bild.log
|
|
|
|
bild_output.txt
|