antlr/.gitignore

25 lines
341 B
Plaintext

# Maven build folders
/target/
/tool/target/
/runtime/Java/target/
/antlr4-maven-plugin/target/
# Ant build folders
/build/
/dist/
# NetBeans user configuration files
/nbactions.xml
/tool/nbactions.xml
/runtime/Java/nbactions.xml
/antlr4-maven-plugin/nbactions.xml
# IntelliJ projects
*.iml
*.ipr
*.iws
.idea/
# Profiler results
*.hprof