mirror of https://github.com/alibaba/MNN.git
382 lines
6.1 KiB
Plaintext
382 lines
6.1 KiB
Plaintext
|
|
# 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
|
|
project/android/.cxx
|
|
pymnn/android/.cxx/
|
|
pymnn/android/.cxx/abi_configuration_5u53tc49.json
|