.gitignore 734 字节
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
L
liuruilong 已提交
72 73


L
liuruilong 已提交
74
# metal
L
liuruilong 已提交
75
Podfile.lock
L
liuruilong 已提交
76
metal/Pods/
L
liuruilong 已提交
77
SwiftProtobuf.framework
L
liuruilong 已提交
78
paddle-mobile.xcworkspace
L
liuruilong 已提交
79
metal/models/
L
liuruilong 已提交
80
metal/images/
L
liuruilong 已提交
81 82 83 84 85 86 87 88 89