Skip to content

Commit 6c61a2a

Browse files
committed
Ensure that tmp.tar files are not ignored by git
It's not uncommon to have a global git config that ignores those files, so it can be helpful to un-ignore this file explicitly.
1 parent a5d5d6f commit 6c61a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!**/tmp.tar

0 commit comments

Comments
 (0)