From: Stefan Hanreich <s.hanreich@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: Re: [pbs-devel] [PATCH proxmox-backup] gitignore: add target/ in sub-directories
Date: Fri, 12 Jan 2024 11:23:36 +0100 [thread overview]
Message-ID: <a9f6375b-43cf-463a-b862-56a0db919f8e@proxmox.com> (raw)
In-Reply-To: <20240112101131.151439-1-s.lendl@proxmox.com>
I think a single line containing `target/` would be sufficient - if I'm
not mistaken. At least that works for me with the following setup:
$ tree
.
├── foo
│ └── bar
│ ├── somefile
│ └── target
│ └── somefile
└── target
5 directories, 2 files
$ cat .gitignore
target/
$ git status
On branch master
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: foo/bar/somefile
next prev parent reply other threads:[~2024-01-12 10:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-12 10:11 Stefan Lendl
2024-01-12 10:23 ` Stefan Hanreich [this message]
2024-01-15 14:28 ` [pbs-devel] [RFC proxmox-backup] gitignore: make docs output Stefan Lendl
2024-03-07 14:25 ` [pbs-devel] [PATCH proxmox-backup] gitignore: add target/ in sub-directories Stefan Lendl
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a9f6375b-43cf-463a-b862-56a0db919f8e@proxmox.com \
--to=s.hanreich@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.