Skip to content

Commit 162261b

Browse files
committed
add git ignore
1 parent c4e900c commit 162261b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
my
2+
.refresh
3+
.DS_Store
4+
__pycache__
5+
.ipynb_checkpoints/
6+
.vscode/
7+
__res/
8+
perf.data
9+
perf.data.old
10+
*.swp
11+
*.ipynb
12+
*.pdf
13+
*.zip
14+
*.tgz
15+
*.obj
16+
test.py
17+
extern/mkl/mkldnn_lnx*/*
18+
data/
19+
build/
20+
venv/
21+
*.md
22+
!*.src.md
23+
!README.md
24+
!README.cn.md
25+
!CHANGELOG.md
26+
python/jittor.egg-info
27+
python/jtorch.egg-info
28+
dist/
29+
!doc/source/*
30+
core
31+
__data__

0 commit comments

Comments
 (0)