forked from muhammad-fiaz/Tensr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (59 loc) · 721 Bytes
/
Copy path.gitignore
File metadata and controls
74 lines (59 loc) · 721 Bytes
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Build directories
build/
.xmake/
*.o
*.a
*.lib
*.so
*.dll
*.dylib
# Conan
.conan/
.conan2/
conanbuildinfo.txt
# vcpkg
vcpkg_installed/
installed/
buildtrees/
packages/
# xmake
*.xmake
.xmake_local
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Visual Studio
*.VC.db
*.VC.VC.opendb
*.suo
*.user
*.userosscache
*.sln.docstates
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Test outputs
*.bin
test_tensor.bin
# Python
__pycache__/
*.pyc
.venv/
venv/
# Documentation
site/
# OS
.DS_Store
Thumbs.db
# Conan generated environment scripts (from virtualrunenv / virtualbuildenv)
conan*.bat
conan*.sh
deactivate_conanbuild.bat
deactivate_conanbuildenv-release-x86_64.bat
deactivate_conanrun.bat
build*