We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e22cb1 commit 1d58887Copy full SHA for 1d58887
.gitignore
@@ -3,4 +3,6 @@ soot-infoflow-summaries/target/
3
/.metadata
4
/.recommenders
5
.idea/
6
-*.iml
+*.iml
7
+*.settings/*
8
+*/.settings/*
.project
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
+ <name>parent</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
9
+ <name>org.eclipse.m2e.core.maven2Builder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
13
+ </buildSpec>
14
+ <natures>
15
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
16
+ </natures>
17
+</projectDescription>
0 commit comments