.gitignore 1012 字节
Newer Older
朔-望's avatar
朔-望 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.lib

# Executables
*.exe
*.out
*.app

.DS_Store

build/

.idea/

CMakeCache.txt

CMakeFiles/

Makefile

cmake_install.cmake


*.cbp

paddle-mobile.cbp

.idea

L
liuruilong 已提交
54
compile_commands.json
L
liuruilong 已提交
55 56

cmake-build-debug/
朔-望's avatar
朔-望 已提交
57
cmake-build-release/
L
liuruilong 已提交
58

朔-望's avatar
朔-望 已提交
59
test/models/
Y
Yi Wang 已提交
60

L
liuruilong 已提交
61 62
test/images/

Y
Yi Wang 已提交
63 64 65 66
# Emacs intermediate files
*~

# CMake building directory
Y
Yi Wang 已提交
67
build
Y
Yi Wang 已提交
68 69 70 71

# clion building directories
cmake-build-debug
cmake-build-release
72 73 74 75 76

#ios demo
demo/ios/PaddleMobileDemo/PaddleMobileDemo/googlenet_combine/
demo/ios/PaddleMobileDemo/PaddleMobileDemo/*.jpg
demo/ios/PaddleMobileDemo/PaddleMobileDemo/PaddleMobile/*.a
77 78
*.xcuserstate
/tools/quantification/quantify
L
liuruilong 已提交
79

L
liuruilong 已提交
80
# metal
L
liuruilong 已提交
81
Podfile.lock
L
liuruilong 已提交
82
metal/Pods/
L
liuruilong 已提交
83
SwiftProtobuf.framework
L
liuruilong 已提交
84
paddle-mobile.xcworkspace
L
liuruilong 已提交
85
metal/models/
L
liuruilong 已提交
86
metal/images/
L
liuruilong 已提交
87 88
*.a
metal/paddle-mobile/paddle-mobile/CPU/libpaddle-mobile.a