File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 11# # Ignore.xmKeyFile (contains dummy key, but potential real key should probably never be committed)
2- * xmKeyFile *
2+ . xmKeyFile*
33# # Don't push ximeraserve (Obsolete now: till 11/2024 used instead of .xmKeyFile)
44* .ximeraserve *
55#
66# # Graphics - recommend to be ignored, as TikZ-generated pictures should NOT be committed
77* .svg
88* .png
9+ * .svg
910* .pdf
1011# # Folder xmPictures is in the graphicspath, and should contain the pictures used in \includegraphics
11- # # So in xmPictures things presumably must be committed
12- ! xmPictures /* .jpg
13- ! xmPictures /* .pdf
14- ! xmPictures /* .png
15- # # Note: capital .JPG.PDF/PNG should better NOT be used ...
16- ! xmPictures /* .JPG
17- ! xmPictures /* .PDF
18- ! xmPictures /* .PNG
12+ # # So png,svg,pdf,jpg in (subfolders of) xmPictures presumably must be committed
13+ # # but everything else in there should be ignored
14+ xmPictures /**
15+ ! xmPictures
16+ ! xmPictures /** /
17+ ! xmPictures /** /* .jpg
18+ ! xmPictures /** /* .svg
19+ ! xmPictures /** /* .pdf
20+ ! xmPictures /** /* .png
21+ # # Note: capital JPG/PDF/PNG should NOT be used ...
22+ ! xmPictures /** /* .JPG
23+ ! xmPictures /** /* .SVG
24+ ! xmPictures /** /* .PDF
25+ ! xmPictures /** /* .PNG
1926# # Core latex/pdflatex auxiliary files:
2027* .aux
2128* .lof
@@ -313,6 +320,7 @@ metadata.json
313320# multiwrite latex
314321* .mw
315322* .dlog
323+ * .failed
316324
317325# ximera-download contains (downloadable!) PDF's generated by xake (bakehanout/bakestandaard)
318326ximera-downloads
You can’t perform that action at this time.
0 commit comments