We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore-template
support/gitignore
1 parent ceb5985 commit 16c62e5Copy full SHA for 16c62e5
bootstrap
@@ -65,7 +65,7 @@ if test ! -e "${_hooksdir}/commit-msg"; then
65
fi
66
67
if test ! -e .gitignore; then
68
- ln -s .gitignore-template .gitignore
+ ln -s support/gitignore .gitignore
69
70
71
if test ! -e .reviewboardrc; then
bootstrap.bat
@@ -45,7 +45,7 @@ if not exist .git\hooks\post-rewrite (
45
)
46
47
if not exist .gitignore (
48
- mklink .gitignore .gitignore-template
+ mklink .gitignore support\gitignore
49
50
51
if not exist .reviewboardrc (
.gitignore-template support/gitignore
0 commit comments