Add .gitignore and .project to top-level project 33/933/1
authorRobert Varga <rovarga@cisco.com>
Wed, 21 Aug 2013 04:53:29 +0000 (06:53 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 21 Aug 2013 04:53:29 +0000 (06:53 +0200)
Change-Id: Ieb2b8c4cc5f6bc9a028146be31188fc364018fc9
Signed-off-by: Robert Varga <rovarga@cisco.com>
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..fc1d35e
--- /dev/null
@@ -0,0 +1,3 @@
+target
+.classpath
+.settings
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..814fb70
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>protocol-parent</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.m2e.core.maven2Builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>
+       </natures>
+</projectDescription>