Skip to content

Commit

Permalink
repository: ignore patch files generated by git
Browse files Browse the repository at this point in the history
Ignores the patch files generated by the 'git format-patch' command.
  • Loading branch information
TheCount authored and bagder committed Feb 22, 2013
1 parent c3ea3eb commit 217024a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ CHANGES.dist
.project
.cproject
.settings
/[0-9]*.patch

4 comments on commit 217024a

@kdudka
Copy link
Contributor

@kdudka kdudka commented on 217024a Nov 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the rationale behind this patch? Why should the patches be hidden? It takes me always a while till I realize that my patches are hiding when I look for them...

@ghedo
Copy link
Contributor

@ghedo ghedo commented on 217024a Nov 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@ptor
Copy link

@ptor ptor commented on 217024a Nov 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I too would prefer to easily notice my format-patch-generated files. .gitignore should, I believe, mainly concern itself with files generated and re-generated by the make/build system - the stuff we put there manually, so to speak, shouldn't be hidden.

@kdudka
Copy link
Contributor

@kdudka kdudka commented on 217024a Nov 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the support! I have reverted the commit in 2008c92.

Please sign in to comment.