commit | 607b8d0ab2849e07d04da0af61b5a4710b620133 | [log] [tgz] |
---|---|---|
author | Ali Al-Shabibi <ali@onlab.us> | Tue Jun 07 01:56:52 2016 -0700 |
committer | Gerrit Code Review <gerrit@localhost> | Tue Jun 07 01:56:52 2016 -0700 |
tree | 8ad0852709cdf7602d63548e4d5b602066337d7b | |
parent | 26b81092cfe7867a4e9ce7867e1b089110cddf4e [diff] | |
parent | 7dd336d502811d261b58c90379996a1a00bbf35b [diff] |
Merge "Added git ignore and review configs"
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4f1f28 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,9 @@ +*~ +*.class +.classpath +.project +.settings +.checkstyle +target +*.iml +.idea
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..17a878d --- /dev/null +++ b/.gitreview
@@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.onosproject.org +project=vtn.git +defaultremote=origin +defaultbranch=master