Skip to content

Commit 617261e

Browse files
committed
Merge #15809: gitignore: plist and dat
17be9e0 gitignore: add *.plist (clang-check) (James O'Beirne) e7acf44 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
2 parents 4f4ef31 + 17be9e0 commit 617261e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ src/qt/bitcoin-qt.includes
6666
*.a
6767
*.pb.cc
6868
*.pb.h
69+
*.dat
6970

7071
*.log
7172
*.trs
@@ -120,3 +121,6 @@ contrib/devtools/split-debug.sh
120121

121122
# Output from running db4 installation
122123
db4/
124+
125+
# clang-check
126+
*.plist

0 commit comments

Comments
 (0)