-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (68 loc) · 1.13 KB
/
.gitignore
File metadata and controls
83 lines (68 loc) · 1.13 KB
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
75
76
77
78
79
80
81
82
83
# binary reference
bin
# cmake build directory
build
.lintbin
nvfuser_common/version.py
nvfuser_common/include
nvfuser_comon/lib
nvfuser_common/share
nvfuser_common/cmake
python/nvfuser/version.py
python/nvfuser_direct/version.py
python/nvfuser_common/build
python/nvfuser_common/include
python/nvfuser_common/lib
python/nvfuser_common/share
python/nvfuser_common/cmake
.hypothesis
*.egg-info/
**/__pycache__
**/*.so
python/nvfuser/*.so
python/nvfuser_direct/*.so
# Symbolic links generated by CMake
/nvfuser
/nvfuser_direct
# Editor temporaries
*.swa
*.swb
*.swc
*.swd
*.swe
*.swf
*.swg
*.swh
*.swi
*.swj
*.swk
*.swl
*.swm
*.swn
*.swo
*.swp
*~
.~lock.*
.vscode
# debugging temporaries
*.log
foo.bin
*_generated.*
# Mac OS internal file
.DS_Store
test_log*
# Skip files created commonly during development
.lintrunner.private.toml
compile_commands.json
# Skip nsight files that are created during perf debugging
*.sqlite
*.nsys-rep
*.ncu-rep
# Generated by the clangd language server
.cache
# Skip cursor editor initial prompt
.cursorrules
.cursor
# nvFuser environment configuration tool temporary files
nvfuser_env.sh
.nvfuser-apply.*.sh