forked from jasder/antlr
47 lines
467 B
Plaintext
47 lines
467 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
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Eclipse projects
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.metadata
|
|
|
|
# Profiler results
|
|
*.hprof
|
|
|
|
# Playground
|
|
#/tool/playground/
|
|
|
|
# Generated files
|
|
out/
|
|
doc/
|
|
gen3/
|
|
gen4/
|
|
tmp/
|
|
|
|
# Configurable build files
|
|
bild.py
|
|
bild*
|
|
|