123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- # Created by https://www.gitignore.io/api/python,cmake,xcode,androidstudio
- # Edit at https://www.gitignore.io/?templates=python,cmake,xcode,androidstudio
- ### AndroidStudio ###
- # Covers files to be ignored for android development using Android Studio.
- # Built application files
- *.apk
- *.ap_
- # Files for the ART/Dalvik VM
- *.dex
- # Java class files
- *.class
- # Generated files
- bin/
- gen/
- out/
- # Gradle files
- .gradle
- .gradle/
- build/
- buildvisionOs/
- # Signing files
- .signing/
- # Local configuration file (sdk path, etc)
- local.properties
- # Proguard folder generated by Eclipse
- proguard/
- # Log Files
- *.log
- # Android Studio
- /*/build/
- /*/local.properties
- /*/out
- /*/*/build
- /*/*/production
- captures/
- .navigation/
- *.ipr
- *~
- *.swp
- # Android Patch
- gen-external-apklibs
- # External native build folder generated in Android Studio 2.2 and later
- .externalNativeBuild
- # NDK
- obj/
- # IntelliJ IDEA
- *.iml
- *.iws
- /out/
- # User-specific configurations
- .idea/caches/
- .idea/libraries/
- .idea/shelf/
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/.name
- .idea/compiler.xml
- .idea/copyright/profiles_settings.xml
- .idea/encodings.xml
- .idea/misc.xml
- .idea/modules.xml
- .idea/scopes/scope_settings.xml
- .idea/dictionaries
- .idea/vcs.xml
- .idea/jsLibraryMappings.xml
- .idea/datasources.xml
- .idea/dataSources.ids
- .idea/sqlDataSources.xml
- .idea/dynamic.xml
- .idea/uiDesigner.xml
- .idea/assetWizardSettings.xml
- # OS-specific files
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- ehthumbs.db
- Thumbs.db
- # Legacy Eclipse project files
- .classpath
- .project
- .cproject
- .settings/
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- # Package Files #
- *.war
- *.ear
- # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
- hs_err_pid*
- ## Plugin-specific files:
- # mpeltonen/sbt-idea plugin
- .idea_modules/
- # JIRA plugin
- atlassian-ide-plugin.xml
- # Mongo Explorer plugin
- .idea/mongoSettings.xml
- # Crashlytics plugin (for Android Studio and IntelliJ)
- com_crashlytics_export_strings.xml
- crashlytics.properties
- crashlytics-build.properties
- fabric.properties
- ### AndroidStudio Patch ###
- !/gradle/wrapper/gradle-wrapper.jar
- ### CMake ###
- CMakeLists.txt.user
- CMakeCache.txt
- CMakeFiles
- CMakeScripts
- Testing
- Makefile
- cmake_install.cmake
- install_manifest.txt
- compile_commands.json
- CTestTestfile.cmake
- ### Python ###
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[od]
- *$py.class
- # C extensions
- *.so
- # Distribution / packaging
- .Python
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- wheels/
- share/python-wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- MANIFEST
- # PyInstaller
- # Usually these files are written by a python script from a template
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
- *.manifest
- *.spec
- # Installer logs
- pip-log.txt
- pip-delete-this-directory.txt
- # Unit test / coverage reports
- htmlcov/
- .tox/
- .nox/
- .coverage
- .coverage.*
- .cache
- nosetests.xml
- coverage.xml
- *.cover
- .hypothesis/
- .pytest_cache/
- # Translations
- *.mo
- *.pot
- # Django stuff:
- local_settings.py
- db.sqlite3
- # Flask stuff:
- instance/
- .webassets-cache
- # Scrapy stuff:
- .scrapy
- # Sphinx documentation
- docs/_build/
- # PyBuilder
- target/
- # Jupyter Notebook
- .ipynb_checkpoints
- # IPython
- profile_default/
- ipython_config.py
- # pyenv
- .python-version
- # celery beat schedule file
- celerybeat-schedule
- # SageMath parsed files
- *.sage.py
- # Environments
- .env
- .venv
- env/
- venv/
- ENV/
- env.bak/
- venv.bak/
- # Spyder project settings
- .spyderproject
- .spyproject
- # Rope project settings
- .ropeproject
- # mkdocs documentation
- /site
- # mypy
- .mypy_cache/
- .dmypy.json
- dmypy.json
- # Pyre type checker
- .pyre/
- ### Python Patch ###
- .venv/
- ### Xcode ###
- # Xcode
- #
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
- ## User settings
- xcuserdata/
- ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
- *.xcscmblueprint
- *.xccheckout
- ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
- DerivedData/
- *.moved-aside
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- ### Xcode Patch ###
- *.xcodeproj/*
- !*.xcodeproj/project.pbxproj
- !*.xcodeproj/xcshareddata/
- !*.xcworkspace/contents.xcworkspacedata
- /*.gcno
- **/xcshareddata/WorkspaceSettings.xcsettings
- Pods
- # End of https://www.gitignore.io/api/python,cmake,xcode,androidstudio
- ### VSCode
- .vscode
- .tags
- ### Build Result
- build32
- build64
- build.mac/
- ### Projects
- *.podspec.json
- demo/android/.idea
- demo/android/.idea/gradle.xml
- demo/android/.idea/misc.xml
- demo/android/.idea/runConfigurations.xml
- demo/android/.idea/vcs.xml
- demo/android/.idea/caches/build_file_checksums.ser
- demo/android/app/libs/
- project/android/.idea/.name
- project/android/.idea/gradle.xml
- project/android/.idea/misc.xml
- project/android/.idea/modules.xml
- project/android/.idea/runConfigurations.xml
- project/android/.idea/vcs.xml
- project/android/.idea/caches/build_file_checksums.ser
- ### Temps
- 3rd_party/flatbuffers/tmp
- # FIXME(haijing): Xcode pre-build stage breaks compilation of flatbuffers by setting envs that do cmake cross-compilation for iOS
- # schema/current
- schema/private
- tools/converter/source/IR
- benchmark/benchmark.txt
- ### Python MNN
- pymnn/android/build/
- pymnn/android/local.properties
- pymnn/android/.idea
- pymnn/android/.idea/.name
- pymnn/android/.idea/gradle.xml
- pymnn/android/.idea/misc.xml
- pymnn/android/.idea/modules.xml
- pymnn/android/.idea/runConfigurations.xml
- pymnn/android/.idea/vcs.xml
- pymnn/android/.idea/caches/build_file_checksums.ser
- pymnn/src/pybind_private/
- buildios
- build*/
- include/MNN/VCS.h
- source/backend/opengl/AllShader.cpp
- include/MNN/backend/opengl/shaders/AllShader.h
- .idea
- project/ios/ios_64
- project/ios/ios_32
- project/ios/MNN.framework
- pymnn_build/
- # mnncompress generated
- MNN_compression_pb2.py
- project/ios/MNNLLMForiOS/MNN.framework
- project/MNNLLMForiOS/Chat
- project/MNNLLMForiOS/MNN.framework
- MNN-iOS-CPU-GPU/Static/MNN.framework
- apps/iOS/MNNLLMChat/MNN.framework
- # model path
- model/
- # datasets
- datasets/*
- !datasets/*.sh
- # qnn 3rdParty
- source/backend/qnn/3rdParty/include
|