Skip to content

Commit c45a0c7

Browse files
committed
Add examples _build directory to .gitignore
1 parent 0be1d27 commit c45a0c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ gradient-*.tar
2525
# Temporary files, for example, from tests.
2626
/tmp/
2727

28+
# Beam files compiled from examples
29+
test/examples/_build/
30+
31+
# MacOS DS_Store
2832
.DS_Store

0 commit comments

Comments
 (0)