mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Merge pull request #3292 from patricklodder/1.14.7-track-depends-patches
maint: don't ignore legit patches
This commit is contained in:
commit
fc66af47f4
5
.gitignore
vendored
5
.gitignore
vendored
@ -56,7 +56,6 @@ src/qt/test/moc*.cpp
|
||||
*.pyc
|
||||
*.o
|
||||
*.o-*
|
||||
*.patch
|
||||
*.a
|
||||
*.pb.cc
|
||||
*.pb.h
|
||||
@ -72,6 +71,10 @@ src/qt/test/moc*.cpp
|
||||
*.lo
|
||||
*.la
|
||||
|
||||
# ignore only unwanted patches
|
||||
*.patch
|
||||
!depends/patches/**/*.patch
|
||||
|
||||
# Compilation and Qt preprocessor part
|
||||
*.qm
|
||||
Makefile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user