Skip to content

Commit ab9eea8

Browse files
mcr229agrima1304
authored andcommitted
Add csv and etdump files to gitignore (pytorch#13301)
Adding .csv files and .etdump files to the git ignore as these shouldn't be committed in.
1 parent bb444f8 commit ab9eea8

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)