diff options
author | Russ Cox <rsc@swtch.com> | 2020-12-30 08:46:47 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-12-30 08:46:54 -0500 |
commit | f23783cbb197f71f867bd9d44abfa8787a65448b (patch) | |
tree | 28c13f4384f7a8dfe3fc362cec26488f49c904c4 | |
parent | ee9b2a22996e29d55b97f7717163989173c71747 (diff) | |
download | plan9port-f23783cbb197f71f867bd9d44abfa8787a65448b.tar.gz plan9port-f23783cbb197f71f867bd9d44abfa8787a65448b.tar.bz2 plan9port-f23783cbb197f71f867bd9d44abfa8787a65448b.zip |
.gitignore: add LOCAL.config and lib/fortunes.index
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.a *.o *.orig +LOCAL.config bin/" bin/"" bin/9660srv @@ -256,6 +257,7 @@ dict/ install.log install.sum last-change +lib/fortunes.index log/ man/man?/*.html plan9-reverse.log |