Skip to content

Commit a3592c9

Browse files
committedMay 8, 2019
.gitignore: Don't ignore depends patches
1 parent b2a6b02 commit a3592c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ src/qt/bitcoin-qt.includes
6262
*.pyc
6363
*.o
6464
*.o-*
65-
*.patch
6665
*.a
6766
*.pb.cc
6867
*.pb.h
@@ -75,6 +74,10 @@ src/qt/bitcoin-qt.includes
7574
*.json.h
7675
*.raw.h
7776

77+
# Only ignore unexpected patches
78+
*.patch
79+
!depends/patches/*.patch
80+
7881
#libtool object files
7982
*.lo
8083
*.la

0 commit comments

Comments
 (0)
Please sign in to comment.