Skip to content

Commit

Permalink
Tell git-archive to not export .gitattributes and .gitignore
Browse files Browse the repository at this point in the history
Patch by Thiago Macieira <thiago.macieira@intel.com> on 2012-08-29
Reviewed by Simon Hausmann.

Exclude git specific files from archives created via git-archive.

* .gitattributes:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@127025 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
tronical committed Aug 29, 2012
1 parent 5f3f1aa commit f6ddc89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Expand Up @@ -25,3 +25,7 @@ objc/*.h diff=objcppheader
# For best performance, place rules for deep paths in the parent directory.
# For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here,
# place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes

# Exclude these git specific files from archives created via git-archive.
.gitignore export-ignore
.gitattributes export-ignore
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
2012-08-29 Thiago Macieira <thiago.macieira@intel.com>

Tell git-archive to not export .gitattributes and .gitignore

Reviewed by Simon Hausmann.

Exclude git specific files from archives created via git-archive.

* .gitattributes:

2012-08-28 Mario Sanchez Prada <msanchez@igalia.com>

Add directory generated by Eclipse to .gitignore
Expand Down

0 comments on commit f6ddc89

Please sign in to comment.