chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Add .gitignore


From: Alan Post
Subject: Re: [Chicken-hackers] [PATCH] Add .gitignore
Date: Tue, 16 Oct 2012 16:33:35 -0600

On Tue, Oct 16, 2012 at 10:51:28PM +0200, Felix wrote:
> From: Mario Domenech Goulart <address@hidden>
> Subject: [Chicken-hackers] [PATCH] Add .gitignore
> Date: Mon, 15 Oct 2012 18:08:17 -0400
> 
> > Hi,
> > 
> > The attached patch adds a .gitignore file to the repository.
> 
> I often have additional files in my working copy - test-files,
> experimental stuff, an such things. I think .gitignore should be
> possible to personalize without having to pay attention whether
> changes to it get committed or not. Does this make sense? I'm
> not sure. There possibly is some obscure git hack to deal
> with this situation...
> 
> 
> cheers,
> felix
> 

There is.  Your ~/.gitignore is combined with the per-repository
.gitignore for the complete list.  So your personal ignore list
can be added to ~/.gitignore.

If that doesn't seem satisfactory, you can also add .gitignore to
the .gitignore file, so your local changes won't show up in git
status.

-Alan
-- 
.i ma'a lo bradi cu penmi gi'e du



reply via email to

[Prev in Thread] Current Thread [Next in Thread]