Skip to content

Commit 7e4d663

Browse files
author
Kai Luo (罗凯)
authored
exclude toolchain/install/ in .gitignore after toolchain run (#6033)
* exclude toolchain/install/ to avoid accidental push after toolchain run * also exclude toolchain/abacus_env.sh
1 parent 28a3540 commit 7e4d663

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ time.json
2121
*.pyc
2222
__pycache__
2323
abacus.json
24-
*.npy
24+
*.npy
25+
toolchain/install/
26+
toolchain/abacus_env.sh

0 commit comments

Comments
 (0)