mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
don't ignore legit patches
This commit is contained in:
parent
f3f087a281
commit
733c43c80c
5
.gitignore
vendored
5
.gitignore
vendored
@ -56,7 +56,6 @@ src/qt/test/moc*.cpp
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.o
|
*.o
|
||||||
*.o-*
|
*.o-*
|
||||||
*.patch
|
|
||||||
*.a
|
*.a
|
||||||
*.pb.cc
|
*.pb.cc
|
||||||
*.pb.h
|
*.pb.h
|
||||||
@ -72,6 +71,10 @@ src/qt/test/moc*.cpp
|
|||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
|
||||||
|
# ignore only unwanted patches
|
||||||
|
*.patch
|
||||||
|
!depends/patches/**/*.patch
|
||||||
|
|
||||||
# Compilation and Qt preprocessor part
|
# Compilation and Qt preprocessor part
|
||||||
*.qm
|
*.qm
|
||||||
Makefile
|
Makefile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user