Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-09 Thread Ulf Zibis
Am 08.03.19 um 21:26 schrieb Moritz Barsnick: >> Are there other possibilities which are directly project-bounded? > Hoe about not committing them in the first place? (Don't use "git > commit -A", but instead carefully inspect everything "git status" > offers you.) Or, if you must, for your

Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-08 Thread Moritz Barsnick
On Fri, Mar 08, 2019 at 14:11:30 +0100, Ulf Zibis wrote: > >> Can some other developer please give me a practical hint how to deal > >> with private folders not to appear in GIT patches? [...] > Are there other possibilities which are directly project-bounded? Hoe about not committing them in the

Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-08 Thread Ulf Zibis
Am 08.03.19 um 10:59 schrieb Tobias Rapp: > On 08.03.2019 10:49, Ulf Zibis wrote: >> [...] >> Can some other developer please give me a practical hint how to deal >> with private folders not to appear in GIT patches? > > I'm using .git/info/exclude to ignore files that are only found within > my

Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-08 Thread Tobias Rapp
On 08.03.2019 10:49, Ulf Zibis wrote: [...] Can some other developer please give me a practical hint how to deal with private folders not to appear in GIT patches? I'm using .git/info/exclude to ignore files that are only found within my private developing environment. Regards, Tobias

Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-08 Thread Ulf Zibis
Hi Michael, Am 08.03.19 um 00:53 schrieb Michael Niedermayer: > On Thu, Mar 07, 2019 at 12:52:32AM +0100, Ulf Zibis wrote: >> diff --git a/.gitignore b/.gitignore >> index 0e57cb0..7819c84 100644 >> --- a/.gitignore >> +++ b/.gitignore >> @@ -36,3 +36,5 @@ >> /lcov/ >> /src >> /mapfile >>