diff options
| author | James O'Beirne <[email protected]> | 2019-04-12 15:25:00 -0400 |
|---|---|---|
| committer | James O'Beirne <[email protected]> | 2019-04-12 15:25:00 -0400 |
| commit | 17be9e0e3037b60ba7bbf4b9249f2efc5e1ba9b3 (patch) | |
| tree | 40b9c66153c00cbba33c2e1dbd08e10b79cdb0e3 | |
| parent | gitignore: add *.dat (diff) | |
| download | discoin-17be9e0e3037b60ba7bbf4b9249f2efc5e1ba9b3.tar.xz discoin-17be9e0e3037b60ba7bbf4b9249f2efc5e1ba9b3.zip | |
gitignore: add *.plist (clang-check)
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b19b43494..be784024a 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,6 @@ contrib/devtools/split-debug.sh # Output from running db4 installation db4/ + +# clang-check +*.plist |