forked from neoml-lib/neoml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (39 loc) · 790 Bytes
/
.gitignore
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
*.VC.opendb
*.VC.db
WinRelease/
WinDebug/
WinFinal/
WinRelease.x64/
WinDebug.x64/
WinFinal.x64/
WinReleaseS/
WinDebugS/
WinFinalS/
WinReleaseS.x64/
WinDebugS.x64/
WinFinalS.x64/
ipch/
*.pyc
# stop recurcive 'lib' ignoring
NeoML/Python/build
NeoML/Python/dist
NeoML/Python/neoml.egg-info
lib
NeoML/lib
NeoMathEngine/lib
.vs/
*/.idea/vcs.xml
*.user
.DS_Store
Android.*/
NeoMathEngine/Src/GPU/Vulkan/shaders/generated
xcuserdata/
.vscode/settings.json
.vscode/c_cpp_properties.json
NeoML/test/InferenceTest/lib
NeoML/test/InferenceTestIOS/InferenceTestIOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
NeoML/test/InferenceTestAndroid/app/src/main/assets
NeoML/test/InferenceTestAndroid/app/.cxx
NeoML/test/InferenceTestAndroid/app/build
NeoML/docs/en/Python/build
CMakeSettings.json