diff options
author | David Johnson <djohnson.m@gmail.com> | 2020-02-14 22:21:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 22:21:41 -0500 |
commit | 9c01b1fc7dac01b5d2a53ffc710c24811a773904 (patch) | |
tree | 683c5b31388641c7a1ddb79efdf4ccf135b91412 | |
parent | fec756268ac992c29f6ae3b2af198021911ea4b8 (diff) |
Update .gitignore
Ignores *~ and dist directories
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ TAGS .tex .pdf _keep +*~ +dist* |