From a291e87b97bd7eefcd63cc63f37c14ccdae1a268 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 9 Apr 2008 13:00:36 -0500 Subject: 2008-04-09 David Smith * .gitignore: Added more files to ignore. * doc/.gitignore: New file. --- doc/.gitignore | 8 ++++++++ doc/ChangeLog | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 doc/.gitignore (limited to 'doc') diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..d8a93302 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,8 @@ +*.aux +*.glo +*.idx +*.log +*.lot +*.out +*.pdf +*.toc diff --git a/doc/ChangeLog b/doc/ChangeLog index e652078d..21b3cbf7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 David Smith + + * .gitignore: New file. + 2008-03-25 Frank Ch. Eigler * langref.tex: Clarify utility of epilogue-type probe aliases. -- cgit