Skip to content

Commit ff4029f

Browse files
authored
Remove tmp dir from gitignore (#482)
After #463 was merged, there is nothing actually using the tmp directory for tests. And any current contributors who pull down master will still have the issue, so by removing `tmp` from .gitignore it is a signal to contributors to clean up that directory (and then their tests will work again).
1 parent f9ae150 commit ff4029f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ erl_crash.dump
2626
/release
2727

2828
# Also ignore temp files created during testing
29-
**/test/tmp
3029
.tmp

0 commit comments

Comments
 (0)