Add git ignores remove russian characters
This commit is contained in:
parent
3fd934753a
commit
97e2cee178
3 changed files with 4 additions and 4 deletions
1
DataExtractionOSM/.gitignore
vendored
Normal file
1
DataExtractionOSM/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
bin/
|
|
@ -1084,7 +1084,7 @@ public class BinaryMapIndexReader {
|
|||
// reader.preloadStreets(c);
|
||||
//// System.out.println(c.getName());
|
||||
// }
|
||||
// List<City> villages = reader.getVillages(reg, "коче", false);
|
||||
// List<City> villages = reader.getVillages(reg, "", false);
|
||||
// System.out.println("Villages " + villages.size());
|
||||
|
||||
// test transport
|
||||
|
|
5
OsmAnd/.gitignore
vendored
5
OsmAnd/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
/use
|
||||
/gen
|
||||
/assets
|
||||
bin/
|
||||
gen/
|
||||
|
|
Loading…
Reference in a new issue