.gitignore: add LOCAL.config and lib/fortunes.index

This commit is contained in:
Russ Cox 2020-12-30 08:46:47 -05:00
parent ee9b2a2299
commit f23783cbb1

2
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.a *.a
*.o *.o
*.orig *.orig
LOCAL.config
bin/" bin/"
bin/"" bin/""
bin/9660srv bin/9660srv
@ -256,6 +257,7 @@ dict/
install.log install.log
install.sum install.sum
last-change last-change
lib/fortunes.index
log/ log/
man/man?/*.html man/man?/*.html
plan9-reverse.log plan9-reverse.log