From 27cb0e401253cd00a759c2e2457c9fcb84acccec Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sun, 25 Nov 2012 16:30:50 -0600 Subject: [PATCH] Add IntelliJ project files and folders to .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be3e7544c..f41ddef08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ +# Maven build folders /tool/target/ /runtime/Java/target/ /gunit/target/ +/antlr4-maven-plugin/target/ + +# IntelliJ projects +*.iml +*.ipr +*.iws +.idea/ + +# Profiler results *.hprof -/antlr4-maven-plugin/target/ \ No newline at end of file