Fixing more bugs with the reachability analysis.
[jpf-core.git] / .gitignore
index 3b3685454c098c22b20f1e53136f69f780c6621e..1950eb15cd105fc016229c379f3b1791bd849793 100644 (file)
@@ -16,6 +16,7 @@ build/
 
 ####### Gradle #######
 .gradle/
+reports/
 
 ####### Covers NetBeans IDE #######
 nbproject/private/
@@ -25,6 +26,7 @@ nbdist/
 .nb-gradle/
 
 ####### Covers Eclipse IDE #######
+.idea/
 .metadata
 tmp/
 *.tmp
@@ -34,8 +36,12 @@ tmp/
 .settings/
 .loadpath
 .recommenders
+.classpath
+.project
 
 ####### Covers JetBrains IDE: IntelliJ #######
+*.iml
+*.ipr
 
 # User-specific stuff:
 .idea/**/workspace.xml
@@ -65,3 +71,4 @@ out/
 
 # JIRA plugin
 atlassian-ide-plugin.xml
+/build-default/