Skip to content
forked from github/gitignore

A collection of useful .gitignore templates

Notifications You must be signed in to change notification settings

avishah/gitignore

This branch is 3295 commits behind github/gitignore:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b6bf65 · Apr 30, 2012
Apr 30, 2012
Jan 23, 2012
Apr 11, 2012
Nov 23, 2010
Nov 12, 2010
Apr 15, 2012
Feb 22, 2011
Nov 9, 2010
Apr 18, 2012
Nov 23, 2010
Apr 8, 2011
May 12, 2011
May 10, 2011
Nov 10, 2010
Nov 23, 2010
Mar 8, 2012
Apr 2, 2011
Nov 30, 2011
Jun 13, 2011
Nov 12, 2010
Sep 1, 2011
Aug 30, 2011
Aug 17, 2011
Jan 12, 2012
Nov 9, 2010
Feb 6, 2012
Apr 1, 2012
Sep 2, 2011
Feb 22, 2011
Aug 2, 2011
May 1, 2011
Nov 8, 2010
Nov 8, 2010
Oct 22, 2011
Apr 8, 2011
Nov 13, 2011
Feb 22, 2011
Nov 9, 2010
Mar 16, 2012
Nov 9, 2010
Jan 6, 2012
Nov 23, 2010
Jan 28, 2012
Mar 3, 2012
Mar 19, 2012
Mar 13, 2011
Apr 18, 2012
Apr 12, 2012
Feb 22, 2011
Oct 8, 2011
Nov 9, 2010
Dec 4, 2011
Nov 9, 2010
Apr 8, 2011
Jun 11, 2011
Nov 23, 2010
Jan 18, 2012
Apr 18, 2012
Feb 2, 2012
Mar 19, 2012
Apr 11, 2012
Aug 2, 2011
Feb 22, 2011
Jan 17, 2012
Nov 9, 2010
Mar 24, 2012
Apr 18, 2012
Nov 23, 2010
Sep 2, 2011
Feb 22, 2011
Nov 23, 2010
Jan 31, 2011
May 30, 2011
May 12, 2011

Repository files navigation

A Collection of Useful .gitignore Templates

That's what we're trying to build. Please contribute by forking and sending a pull request.

Also please only modify one file per commit. This'll make merging easier for everyone.

Global gitignores (OS-specific, editor-specific) should go into the Global/ directory.

For more information on gitignore: gitignore(5)

Global Ignores

git has a global configuration that applies rules to all of your projects. For example:

git config --global core.excludesfile ~/.global_ignore

... will apply the rules in ~/.global_ignore for all of your repos.

This is useful if you use an editor (like Emacs) that drops backup files, or if you work in an environment that generates binary or intermediate files that are always ignored.

About

A collection of useful .gitignore templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published