From 617fbce1ac81aacda80127256a65724deb03f90f Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Tue, 23 Mar 2021 17:12:01 +0000 Subject: [PATCH] Ignore output of scribble --pdf scribblings/scribble-math.scrbl and --latex --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ef63338a..8240b5a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ .DS_Store compiled/ /doc/ -# /asymptote-images/ needed to build on http://pkg-build.racket-lang.org/ \ No newline at end of file +/scribble-math.aux +/scribble-math.tex +/scribble-math.pdf +/scribble-math.log +/scribble-math.out +# /asymptote-images/ needed to build on http://pkg-build.racket-lang.org/