This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
chroe(.gitignore): add more ignore rules for git
tags/v1.0.0-rc1
ChaiMind
Xinran Xu
4 years ago
parent
2d81e03847
commit
105e44504a
1 changed files
with
14 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-1
.gitignore
+ 14
- 1
.gitignore
View File
@@ -1,2 +1,15 @@
/build/
# Build
build/
output/
# Cache
__pycache__/
__pycache__/
.ccls-cache/
# Editor and IDE Config
.vscode/
.vs/
.idea/
# CMake
compile_commands.json
Write
Preview
Loading…
Cancel
Save