mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #15809: gitignore: plist and dat
17be9e0e3037b60ba7bbf4b9249f2efc5e1ba9b3 gitignore: add *.plist (clang-check) (James O'Beirne) e7acf44bbfd05233f7753b3c8230892196facde8 gitignore: add *.dat (James O'Beirne) Pull request description: Ignore anything ending in `.dat` and files generated by clang-check. ACKs for commit 17be9e: fanquake: utACK 17be9e0 Tree-SHA512: 92854ad6fe1e7fd1180f2c809aeed802a9e95c90bd1faeca884d27dba7cacd34a6ececa2218f681433bb69a194efb932ff43b501ec1ccccb56b7d4e41facafe6
This commit is contained in:
parent
0cb3dd5b87
commit
4491bfaf9b
4
.gitignore
vendored
4
.gitignore
vendored
@ -69,6 +69,7 @@ libconftest.dylib*
|
|||||||
*.a
|
*.a
|
||||||
*.pb.cc
|
*.pb.cc
|
||||||
*.pb.h
|
*.pb.h
|
||||||
|
*.dat
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*.trs
|
*.trs
|
||||||
@ -146,3 +147,6 @@ make
|
|||||||
# CLion
|
# CLion
|
||||||
.idea
|
.idea
|
||||||
cmake-build-debug
|
cmake-build-debug
|
||||||
|
|
||||||
|
# clang-check
|
||||||
|
*.plist
|
||||||
|
Loading…
Reference in New Issue
Block a user