Skip to content

Commit c4d7936

Browse files
Fix gitignore (#51)
1 parent b0b6f76 commit c4d7936

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
# limitations under the License.
1515

1616
# Misc
17-
**/data
18-
**/outputs
19-
**/results
20-
**/checkpoints
17+
/data
18+
/outputs
19+
/results
20+
/checkpoints
21+
/examples/**/data
22+
/examples/**/outputs
23+
/examples/**/results
24+
/examples/**/checkpoints
2125

2226
# Data types
2327
*.jit

0 commit comments

Comments
 (0)