Skip to content

Commit 410989a

Browse files
authored
Add csv and etdump files to gitignore (#13301)
Adding .csv files and .etdump files to the git ignore as these shouldn't be committed in.
1 parent 40f2b0f commit 410989a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pip-out/
2424
# Any exported models and profiling outputs
2525
*.bin
2626
*.model
27+
*.etdump
2728
tokenizer.json
2829
*.pte
2930
*.ptd
@@ -58,6 +59,7 @@ xcuserdata/
5859
/include/
5960
/share/
6061
/version.py
62+
*.csv
6163

6264
# Android
6365
*.aar

0 commit comments

Comments
 (0)