Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
f8c7db9
1
Parent(s):
e3d7eb7
Add codecov related files to .gitignore
Browse files- .gitignore +6 -0
.gitignore
CHANGED
@@ -153,3 +153,9 @@ tags
|
|
153 |
|
154 |
# jupyter notebook checkpoints
|
155 |
.ipynb_checkpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
154 |
# jupyter notebook checkpoints
|
155 |
.ipynb_checkpoints
|
156 |
+
|
157 |
+
# codecov files
|
158 |
+
*.gcno
|
159 |
+
*.gcda
|
160 |
+
*.gcov
|
161 |
+
test_calculator
|