Skip to content

Commit 6d2133a

Browse files
committed
Ignore a couple more generated files
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f13b017 commit 6d2133a

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ edit-git-bash.exe
4040
/portable/root/bin/
4141
/portable/root/cmd/
4242
/portable/root/etc/
43+
/portable/root/mingw32/
44+
/portable/root/mingw64/
4345
/portable/root/post-install.bat
4446
/sdk-installer/root/
4547
/source-zips/

git-for-windows-keyring/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
/git-for-windows-keyring-1.1.*-any.pkg.tar.xz
1+
/git-for-windows-keyring-1.1.*.src.tar.gz
2+
/git-for-windows-keyring-1.1.*-i686.pkg.tar.xz
3+
/git-for-windows-keyring-1.1.*-x86_64.pkg.tar.xz
24
/pkg/
35
/src/

mingw-w64-cv2pdb/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/cv2pdb
22
/mingw-w64-*-cv2pdb-*.pkg.tar.xz
3+
/mingw-w64-cv2pdb-*.src.tar.gz
34
/pkg
45
/src

mingw-w64-git-lfs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pkg
22
src
33
*.zip
44
*.xz
5+
*.gz

0 commit comments

Comments
 (0)