Skip to content

Commit 8a44113

Browse files
committed
Add negation pattern to allow ._relpath files in .gitignore
1 parent 7bdac91 commit 8a44113

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
@@ -292,6 +292,8 @@ Icon
292292

293293
# Thumbnails
294294
._*
295+
# But allow ._relpath files (needed for LaTeX standalone compilation)
296+
!._relpath*
295297
# Exception: ._relpath-to-latexroot.ltx files are actual content, not AppleDouble metadata
296298
!._relpath-to-latexroot.ltx
297299
!**/_relpath-to-latexroot.ltx

0 commit comments

Comments
 (0)