Skip to content

Commit e6c9a82

Browse files
committed
Fix gitignore
1 parent 0ca71b6 commit e6c9a82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ docker/extensions/
55
docker/source/
66

77
# Vendor files
8-
/vendor/
8+
/vendor/**
99

1010
# default source extract directory
11-
/source/
11+
/source/**
1212

1313
# default source download directory
14-
/downloads/*
14+
/downloads/**
1515

1616
# default source build root directory
17-
/buildroot/
17+
/buildroot/**
1818

1919
# default package root directory
20-
/pkgroot/
20+
/pkgroot/**
2121

2222
# default pack:lib and release directory
23-
/dist/
23+
/dist/**
2424
packlib_files.txt
2525

2626
# tools cache files

0 commit comments

Comments
 (0)