diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c0b7964ad..e46f8517e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ Doc/help Doc/help.txt Doc/help/[_a-zA-Z0-9]* +Doc/intro.pdf +Doc/intro.ps Doc/intro.a4.pdf Doc/intro.a4.ps Doc/intro.us.pdf @@ -59,6 +61,8 @@ Doc/zsh.vr Doc/zsh.vrs Doc/zsh.log Doc/zsh.dvi +Doc/zsh_a4.dvi +Doc/zsh_us.dvi Doc/zsh.tp Doc/zsh.tps Doc/zsh.idx diff --git a/ChangeLog b/ChangeLog index aadad0359..6c77de2c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-03-09 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * unposted: .gitignore: update for 38108 + 2016-03-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 38074: Completion/Unix/Command/_git: _git reset HEAD: |