antlr/.gitignore

25 lines
341 B
Plaintext
Raw Normal View History

# Maven build folders
2012-12-01 02:40:24 +08:00
/target/
2012-02-09 05:07:06 +08:00
/tool/target/
/runtime/Java/target/
/antlr4-maven-plugin/target/
# Ant build folders
/build/
/dist/
2012-12-01 02:40:24 +08:00
# 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