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
|
||||
*.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