Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
200
.gitignore
vendored
Normal file
200
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
# Please use android/.gitignore for all Android stuff
|
||||
|
||||
syntax: glob
|
||||
*~
|
||||
.DS_Store
|
||||
Makefile
|
||||
Makefile.Debug
|
||||
Makefile.Release
|
||||
object_script.*.Debug
|
||||
object_script.*.Release
|
||||
compile_commands.json
|
||||
*.local.*
|
||||
|
||||
stxxl.errlog
|
||||
stxxl.log
|
||||
screenlog.0
|
||||
|
||||
# symbols png/sdf are now generated at build
|
||||
data/symbols/**/symbols.png
|
||||
data/symbols/**/symbols.sdf
|
||||
|
||||
data/bookmarks
|
||||
data/edits.xml
|
||||
data/World.mwm
|
||||
data/WorldCoasts.mwm
|
||||
data/world_mwm/*
|
||||
data/*_hash
|
||||
data/drules_proto*
|
||||
data/classificator.txt*
|
||||
data/types.txt*
|
||||
data/visibility.txt*
|
||||
data/colors.txt*
|
||||
data/patterns.txt*
|
||||
# TODO: designer is not used at the moment
|
||||
# data/symbols/*/design/
|
||||
# data/colors_design.txt
|
||||
# data/patterns_design.txt
|
||||
|
||||
# Auto-generated from data/categories-strings/* by tools/unix/generate_categories.sh
|
||||
data/categories.txt
|
||||
|
||||
# Compiled Python
|
||||
*.pyc
|
||||
|
||||
# Windows generated files
|
||||
*.vcxproj*
|
||||
ipch/*
|
||||
omim.sdf
|
||||
*.vcproj
|
||||
*.icproj
|
||||
*.sln
|
||||
*.idb
|
||||
*.user
|
||||
*.pro.user*
|
||||
*.ncb
|
||||
*.suo
|
||||
*.aps
|
||||
*.rc
|
||||
!qt/res/windows/windows.rc
|
||||
*.pdb
|
||||
out/
|
||||
|
||||
# XCode
|
||||
xcode/keys/*
|
||||
xcode/build/*
|
||||
xcode/metadata/review_information/*
|
||||
xcode/fastlane/report.xml
|
||||
xcode/fastlane/README.md
|
||||
iphone/*/*.xcodeproj/*.pbxuser
|
||||
iphone/*/*.xcodeproj/*.perspectivev3
|
||||
iphone/*/*.xcodeproj/project.xcworkspace/*
|
||||
iphone/*/build/*
|
||||
tools/emacsmode/build
|
||||
**/DerivedData/*
|
||||
**/xcshareddata/*
|
||||
!iphone/Maps/Maps.xcodeproj/xcshareddata/xcschemes/CoMaps.xcscheme
|
||||
**/xcuserdata
|
||||
**/xcschemes
|
||||
iphone/**/*.moved-aside
|
||||
iphone/**/*.swp
|
||||
iphone/**/*.mode1v3
|
||||
iphone/**/*.mode2v3
|
||||
iphone/**/*.perspectivev3
|
||||
|
||||
# Carthage
|
||||
iphone/Maps/3party/Carthage/Checkouts
|
||||
iphone/Maps/3party/Carthage/Build/Mac/*.bcsymbolmap
|
||||
iphone/Maps/3party/Carthage/Build/Mac/*.dSYM
|
||||
iphone/Maps/3party/Carthage/Build/tvOS
|
||||
iphone/Maps/3party/Carthage/Build/watchOS
|
||||
iphone/Maps/3party/Carthage/Build/iOS/*.bcsymbolmap
|
||||
iphone/Maps/3party/Carthage/Build/iOS/*.dSYM
|
||||
iphone/Maps/3party/Carthage/Build/*.version
|
||||
|
||||
# GeneratedFiles
|
||||
tools/win/MapsWithMe*
|
||||
GeneratedFiles
|
||||
|
||||
# data
|
||||
data/[0-9][0-9][0-9][0-9][0-9][0-9]
|
||||
data/gps_track.dat
|
||||
# temporary files for downloader
|
||||
data/settings.ini
|
||||
data/test_data/world_feed_integration_tests_data
|
||||
|
||||
# benchmark results
|
||||
data/benchmarks/*.trace
|
||||
data/benchmarks/iphone3g/*
|
||||
data/benchmarks/ipod4/*
|
||||
data/benchmarks/ipad/*
|
||||
data/benchmarks/mac/*
|
||||
data/benchmarks/kindle-fire/*
|
||||
data/benchmarks/galaxy-s-2/*
|
||||
data/benchmarks/ipad3/*
|
||||
data/benchmarks/ipad2/*
|
||||
data/benchmarks/iphone5/*
|
||||
data/benchmarks/maps/*
|
||||
|
||||
qtc_packaging
|
||||
|
||||
tools/twine/.git
|
||||
|
||||
# shader preprocessing moc files
|
||||
drape/shader_def.hpp
|
||||
drape/shader_def.cpp
|
||||
drape_frontend/shader_def.hpp
|
||||
drape_frontend/shader_def.cpp
|
||||
drape_frontend/drape_frontend_tests/shader_def_for_tests.hpp
|
||||
drape_frontend/drape_frontend_tests/shader_def_for_tests.cpp
|
||||
|
||||
tizen/*/Debug/*
|
||||
tizen/*/.*
|
||||
!tizen/*/.cproject
|
||||
!tizen/*/.project
|
||||
|
||||
3party/osrm/osrm-backend/util/fingerprint_impl.hpp
|
||||
3party/osrm/osrm-backend/util/git_sha.cpp
|
||||
3party/osrm/osrm-backend/build/
|
||||
|
||||
tizen/*/crash-info/*
|
||||
.idea/*
|
||||
.idea
|
||||
!android/.idea/icon.svg
|
||||
|
||||
# Private repository files.
|
||||
.private_repository_url
|
||||
.private_repository_branch
|
||||
private.h
|
||||
# ignore old android secrets during the transition period to the new project structure
|
||||
android/release.keystore
|
||||
android/secure.properties
|
||||
android/libnotify.properties
|
||||
android/google-play.json
|
||||
android/huawei-appgallery.json
|
||||
android/res/xml/network_security_config.xml
|
||||
./server/
|
||||
iphone/Maps/app.omaps/
|
||||
|
||||
*.li
|
||||
|
||||
*.autosave
|
||||
|
||||
# CMake
|
||||
cmake-build-*
|
||||
build/
|
||||
|
||||
qt/res/Info.plist
|
||||
|
||||
designer_version.h
|
||||
|
||||
# Vim files
|
||||
*.sw?
|
||||
|
||||
# Build version
|
||||
platform/platform_qt_version.cpp
|
||||
|
||||
#python modules building
|
||||
tools/python/*/build
|
||||
tools/python/*/dist
|
||||
tools/python/*/*.egg-info
|
||||
tools/python/data/*/build
|
||||
tools/python/data/*/dist
|
||||
tools/python/data/*/*.egg-info
|
||||
tools/python/*/venv/
|
||||
|
||||
# Configs
|
||||
tools/python/maps_generator/var/etc/map_generator.ini
|
||||
tools/python/routing/etc/*.ini
|
||||
tools/unix/maps/settings.sh
|
||||
|
||||
# Helpers
|
||||
/node_modules/
|
||||
/package-lock.json
|
||||
|
||||
# Visual Studio
|
||||
.vs
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue