Skip to content

Commit 16c62e5

Browse files
committed
Moved .gitignore-template to support/gitignore.
1 parent ceb5985 commit 16c62e5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if test ! -e "${_hooksdir}/commit-msg"; then
6565
fi
6666

6767
if test ! -e .gitignore; then
68-
ln -s .gitignore-template .gitignore
68+
ln -s support/gitignore .gitignore
6969
fi
7070

7171
if test ! -e .reviewboardrc; then

bootstrap.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if not exist .git\hooks\post-rewrite (
4545
)
4646

4747
if not exist .gitignore (
48-
mklink .gitignore .gitignore-template
48+
mklink .gitignore support\gitignore
4949
)
5050

5151
if not exist .reviewboardrc (
File renamed without changes.

0 commit comments

Comments
 (0)