diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2022-08-14 20:52:06 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2022-08-15 10:14:02 -0600 |
commit | 2ae2ebe2a5ac712db6f9221cb1ad8cfa76aad180 (patch) | |
tree | 8bf8b651affc35394af9af02c66119b21fbe6993 /.gitignore | |
parent | 801fdb54ba1bb14433fad810c832a5df530f0a25 (diff) |
Makefile: Add tools for diffing borrowed files against upstream
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4eea0ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/stock/ +/stock.tmp/ +/patched/ +/patched.tmp/ +/borrowed.patch |