diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-06-11 21:20:25 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-06-11 21:20:25 -0500 |
commit | 9b8e68934d93ea5da3f1e1d18c26950a88a1c192 (patch) | |
tree | 37f7004eb2f432a4a7c584f66647001285709e4a /.gitignore | |
parent | 18c0dfae726ffbabb87fb4ca7226414079dd2080 (diff) |
2018-06-11 21:20
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7657bc0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# LaTeX +*.aux +*.fdb_latexmk +*.fls +*.log +*.out +*.synctex.gz + +# vim +*.swp |