added eclipse files to .gitignore
This commit is contained in:
parent
30e6de35ac
commit
50e73c2a9f
2 changed files with 5 additions and 12 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -23,4 +23,9 @@ tm.out
|
|||
*.iws
|
||||
*.ipr
|
||||
*.iml
|
||||
.project
|
||||
.settings
|
||||
.classpath
|
||||
.idea
|
||||
.scala_dependencies
|
||||
|
||||
|
|
|
|||
12
.idea/workspace.xml
generated
12
.idea/workspace.xml
generated
|
|
@ -2,19 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager" verified="true">
|
||||
<list default="true" id="e5228cd0-f5f0-4bab-b96d-de1a99e71911" name="Default" comment="">
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala" afterPath="$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-fun-test-java/src/test/java/se/scalablesolutions/akka/api/ProtobufProtocol.proto" afterPath="$PROJECT_DIR$/akka-fun-test-java/src/test/java/se/scalablesolutions/akka/api/ProtobufProtocol.proto" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/artifacts/akka_samples_lift_war_exploded.xml" afterPath="$PROJECT_DIR$/.idea/artifacts/akka_samples_lift_war_exploded.xml" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
||||
<change type="DELETED" beforePath="$PROJECT_DIR$/embedded-repo/sjson/json/sjson/0.1/sjson-0.1.jar" afterPath="" />
|
||||
<change type="DELETED" beforePath="$PROJECT_DIR$/embedded-repo/com/google/protobuf/protobuf-java/2.1.0/protobuf-java-2.1.0.pom" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-fun-test-java/pom.xml" afterPath="$PROJECT_DIR$/akka-fun-test-java/pom.xml" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-kernel/pom.xml" afterPath="$PROJECT_DIR$/akka-kernel/pom.xml" />
|
||||
<change type="DELETED" beforePath="$PROJECT_DIR$/embedded-repo/com/google/protobuf/protobuf-java/2.1.0/protobuf-java-2.1.0.jar" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-util-java/src/main/java/se/scalablesolutions/akka/nio/protobuf/RemoteProtocol.java" afterPath="$PROJECT_DIR$/akka-util-java/src/main/java/se/scalablesolutions/akka/nio/protobuf/RemoteProtocol.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-util-java/pom.xml" afterPath="$PROJECT_DIR$/akka-util-java/pom.xml" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-actors/pom.xml" afterPath="$PROJECT_DIR$/akka-actors/pom.xml" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/akka-fun-test-java/src/test/java/se/scalablesolutions/akka/api/ProtobufProtocol.java" afterPath="$PROJECT_DIR$/akka-fun-test-java/src/test/java/se/scalablesolutions/akka/api/ProtobufProtocol.java" />
|
||||
</list>
|
||||
<ignored path=".idea/workspace.xml" />
|
||||
<ignored path="akka.iws" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue