From f43068ca50cb21c582d680f7856ead034f9abb1a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Fri, 17 May 2024 21:42:03 +0200 Subject: System. Add Makefiles for all sorts of actions The general *lib/Makefile* contains all commands and should be included from other places. Add particular makefiles for archive and 2023 board minutes. --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec7fe88..fb72ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *#* # latex specific + *.aux *.dvi *.log @@ -14,6 +15,7 @@ *.vrb # misc file types + *.bak *.eps *.jpg @@ -21,10 +23,16 @@ *.eepic # Test files and temporary files + test.d test.d/test *_ *_.tex # Completed minutes (using sed scripts) -*-complete.tex \ No newline at end of file + +*-complete.tex + +# PDF for archiving + +!archive/*.pdf \ No newline at end of file -- cgit v1.2.3