Add .gitignore
This commit is contained in:
parent
56d7f02327
commit
025ed868f0
2 changed files with 2 additions and 1 deletions
1
OsmAnd/.gitignore
vendored
1
OsmAnd/.gitignore
vendored
|
@ -13,4 +13,5 @@ use/
|
|||
osmand.properties
|
||||
osmand.xml
|
||||
assets/help/*.html
|
||||
assets/help/images
|
||||
assets/help/screens
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<copy todir="assets/help/">
|
||||
<fileset dir="../../help/" >
|
||||
<include name="*.html"/>
|
||||
<include name="screens/**/*.png"/>
|
||||
<include name="images/**/*.png"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${src.absolute.dir}/net/osmand/render/">
|
||||
|
|
Loading…
Reference in a new issue