git exclude patterns for directory

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

git exclude patterns for directory

From: jimmy bahuleyan <hidden>
Date: 2016-06-15 22:43:17

(Please Cc on replies)

I just started using git (yes, newbie ;) and hit a problem that i cant
seem to solve.

Is there a way where I could specify a pattern in .git/info/exclude that
would make git ignore directories.

Suppose I had in each of my project's sub-directories a directory called
'IGNORE/', how do I make git ignore this directory (and all it's
contents)?

I tried putting in

IGNORE/*

but this only takes care of the directory in the root dir. Then I tried

*/IGNORE/*

which doesn't work for dirs at >1 depth. I did read gitignore man page
(and it looks impossible .. ):

So, is there any way I can do this without adding a gitignore file in
each of my sub-directories?

-jb
-- 
Tact is the art of making a point without making an enemy.

Re: git exclude patterns for directory

From: Alex Riesen <hidden>
Date: 2016-06-15 22:43:17

jimmy bahuleyan, Tue, Jun 19, 2007 22:08:21 +0200:
Is there a way where I could specify a pattern in .git/info/exclude that
would make git ignore directories.
put it in .gitignore in the top-level directory (just the "IGNORE").
.gitignore works recursively.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help