emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Loury <konubinix@gmail.com>
To: David Dynerman <david@block-party.net>, emacs-orgmode@gnu.org
Subject: Re: Conditional .gitignore for org-mode files
Date: Mon, 27 Apr 2015 17:11:26 +0200	[thread overview]
Message-ID: <87fv7l8v35.fsf@konixwork.incubateur.ens-lyon.fr> (raw)
In-Reply-To: <m28udewm38.fsf@block-party.net>

[-- Attachment #1: Type: text/plain, Size: 999 bytes --]

Dear David,
David Dynerman <david@block-party.net> writes:

> What I'd like is something like the following gitignore logic:
>
> if filename.org is tracked by git:
>    ignore filename.tex, filename.html
>
> If this isn't possible, does anyone have any nice setups for ignoring
> exported versions of org-mode files?

The manual of gitignore indicates that gitignore don't handle other
behaviors than pattern matching.

--8<---------------cut here---------------start------------->8---
man gitignore
--8<---------------cut here---------------end--------------->8---

My workaround is simply to gather org files into a same directory and
add git ignore rules for each kind of generated file.

--8<---------------cut here---------------start------------->8---
*.html
*.tex
*.ps
*.pdf
--8<---------------cut here---------------end--------------->8---

Hope that helps,
-- 
Konubinix
GPG Key    : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

  parent reply	other threads:[~2015-04-27 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-26 22:39 Conditional .gitignore for org-mode files David Dynerman
2015-04-27 15:11 ` Richard Lawrence
2015-04-27 15:11 ` Samuel Loury [this message]
2015-07-21 20:58 ` Grant Rettke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fv7l8v35.fsf@konixwork.incubateur.ens-lyon.fr \
    --to=konubinix@gmail.com \
    --cc=david@block-party.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).