diff options
| author | Adam Russell <ac.russell@live.com> | 2024-03-11 00:22:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 00:22:19 -0400 |
| commit | e13d46d0f22c23e307d8ce5547f63ca0136e4a90 (patch) | |
| tree | 684a3dc4ffe88a02b505335acc4a19531ca60529 | |
| parent | b5202d1ce4f5b7f3108c83a4e96cb3fe73dfb273 (diff) | |
| download | perlweeklychallenge-club-e13d46d0f22c23e307d8ce5547f63ca0136e4a90.tar.gz perlweeklychallenge-club-e13d46d0f22c23e307d8ce5547f63ca0136e4a90.tar.bz2 perlweeklychallenge-club-e13d46d0f22c23e307d8ce5547f63ca0136e4a90.zip | |
Update .gitignore with latex temp files
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9140d41d65..f96416b7dc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,19 @@ target/ # R files .RData .Rhistory + +# Files created by nuweb, latex, and tex4ht +*.4ct +*.4tc +*.aux +*.css +*.dvi +*.html +*.idv +*.lg +*.log +*.out +*.tex +*.tmp +*.xdv +*.xref |
