mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
.gitignore: Don't ignore depends patches
This commit is contained in:
parent
b2a6b02161
commit
a3592c91a2
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -62,7 +62,6 @@ src/qt/bitcoin-qt.includes
|
||||||
*.pyc
|
*.pyc
|
||||||
*.o
|
*.o
|
||||||
*.o-*
|
*.o-*
|
||||||
*.patch
|
|
||||||
*.a
|
*.a
|
||||||
*.pb.cc
|
*.pb.cc
|
||||||
*.pb.h
|
*.pb.h
|
||||||
|
@ -75,6 +74,10 @@ src/qt/bitcoin-qt.includes
|
||||||
*.json.h
|
*.json.h
|
||||||
*.raw.h
|
*.raw.h
|
||||||
|
|
||||||
|
# Only ignore unexpected patches
|
||||||
|
*.patch
|
||||||
|
!depends/patches/*.patch
|
||||||
|
|
||||||
#libtool object files
|
#libtool object files
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
|
Loading…
Add table
Reference in a new issue