From 65e3e14a630e07c49e6bfa95fe6ce5ac578cb8d8 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 20 Feb 2014 10:33:34 -0500 Subject: [PATCH] Create a gitignore file, to begin ignoring some of the LaTeX intermediate files and the like. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acb3f40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Standard LaTeX ancillary output files +*.aux +*.dvi +*.toc +# Log files by name, since .log may be of interest in some other context. +comprehensive-gpl-guide.log +# bkuhn often makes an x.ps file in intermediate testing. +x.ps