From a5f2a9cf0514df45f55cb757c4da54af9ea1c6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 19 Jul 1999 01:15:33 -0700 Subject: [PATCH] cache files ignored Rev: tutorial/.cvsignore:1.19 --- tutorial/.cvsignore | 4 ++++ tutorial/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tutorial/.cvsignore b/tutorial/.cvsignore index 4c34fe0ddc..670e6fda62 100644 --- a/tutorial/.cvsignore +++ b/tutorial/.cvsignore @@ -10,11 +10,15 @@ ProtocolsLysKOM.wmml ___tmp.* __tmp.ppm error.pdf +execute_cache extra_textflows.mif gfx illustration*.* illustration_cache +image_cache +image_cache.log latex_wcache +latex_wcache.log man pike.pdf test.aux diff --git a/tutorial/.gitignore b/tutorial/.gitignore index b60197ebaf..e301d03386 100644 --- a/tutorial/.gitignore +++ b/tutorial/.gitignore @@ -10,11 +10,15 @@ /___tmp.* /__tmp.ppm /error.pdf +/execute_cache /extra_textflows.mif /gfx /illustration*.* /illustration_cache +/image_cache +/image_cache.log /latex_wcache +/latex_wcache.log /man /pike.pdf /test.aux -- GitLab