diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-09-22 12:56:12 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-09-22 12:56:12 -0500 |
commit | 826ddddcf044b6e4b488af221429071fefc75219 (patch) | |
tree | b5a3612d54d763f7d284203772242b5bb23b9f43 /.gitignore |
2018-09-22 12:56
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20aecf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# emacs +*~ + +# LaTeX +*.aux +*.log +*.pdf |