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:
commit
4727910b5e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
/target/
|
||||
/bin/
|
||||
dependecy-reduced-pom.xml
|
||||
dependency-reduced-pom.xml
|
||||
scylla-apiclient/target/
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user