diff options
author | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-26 17:13:42 +0100 |
---|---|---|
committer | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-26 17:13:42 +0100 |
commit | e8ba249d5ce2ec293a4d19b54fc8298d4eac0271 (patch) | |
tree | 9f24162582cd5f41e7bd8216fcc8aad03a48fa7c /.gitignore | |
parent | ad8b3bd9fa2de833cecf33ff9b82580e675ac290 (diff) | |
download | SpyGlass-e8ba249d5ce2ec293a4d19b54fc8298d4eac0271.tar.gz SpyGlass-e8ba249d5ce2ec293a4d19b54fc8298d4eac0271.zip |
Fixed minor bugs with HBase prefix salter
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,4 +20,7 @@ project/boot/ project/plugins/project/ # Scala-IDE specific -.scala_dependencies
\ No newline at end of file +.scala_dependencies + +*.idea + |