diff options
author | Pacien TRAN-GIRARD | 2012-09-08 13:12:22 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2012-09-08 13:12:22 +0200 |
commit | 13482ad673640b281dd2de46a66a60a54d280fc7 (patch) | |
tree | fba43eac4270579cc3c6c21c43a6d2d7cd493e0c | |
download | ninja-go-local-cloud-13482ad673640b281dd2de46a66a60a54d280fc7.tar.gz |
Initial commit.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .project | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
/bin | |||
diff --git a/.project b/.project new file mode 100644 index 0000000..6a31fd2 --- /dev/null +++ b/.project | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>Ninja Go Local Cloud</name> | ||
4 | <comment></comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>com.googlecode.goclipse.goBuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | </buildSpec> | ||
14 | <natures> | ||
15 | <nature>goclipse.goNature</nature> | ||
16 | </natures> | ||
17 | </projectDescription> | ||