Merge 'gitignore: fix typo and add scylla-apiclient/target/' from Benny

When building scylla-jmx in place, `scylla-apiclient/target/` is left
behind and should be ignored by `.gitignore` otherwise the scylla
submodule directory appears to be dirty.

* bhalevy-gitignore:
  gitignore: do not track scylla-apiclient/target/
  gitignore: fix typo in dependency-reduced-pom.xml
This commit is contained in:
Pekka Enberg 2020-07-14 10:21:44 +03:00
commit 4727910b5e
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
/target/
/bin/
dependecy-reduced-pom.xml
dependency-reduced-pom.xml
scylla-apiclient/target/
.classpath
.project
.settings