Reimplementing DPOR Phase 1: First trace execution, cycle detection, R/W field access...
[jpf-core.git] / .gitignore
index a7586ef3b81a4a9c8f89cfffe2684639c7c8d112..1950eb15cd105fc016229c379f3b1791bd849793 100644 (file)
@@ -1,7 +1,9 @@
 local.properties
 .version
+build.properties
 
 ####### General #######
+*.swo
 trace
 activity*.png
 *.class
@@ -14,6 +16,7 @@ build/
 
 ####### Gradle #######
 .gradle/
+reports/
 
 ####### Covers NetBeans IDE #######
 nbproject/private/
@@ -23,6 +26,7 @@ nbdist/
 .nb-gradle/
 
 ####### Covers Eclipse IDE #######
+.idea/
 .metadata
 tmp/
 *.tmp
@@ -32,8 +36,12 @@ tmp/
 .settings/
 .loadpath
 .recommenders
+.classpath
+.project
 
 ####### Covers JetBrains IDE: IntelliJ #######
+*.iml
+*.ipr
 
 # User-specific stuff:
 .idea/**/workspace.xml
@@ -63,3 +71,4 @@ out/
 
 # JIRA plugin
 atlassian-ide-plugin.xml
+/build-default/