Set up gitignore file to exclude undesired files
authorJason Self <j@jxself.org>
Fri, 15 Oct 2021 04:53:32 +0000 (21:53 -0700)
committerJason Self <j@jxself.org>
Fri, 15 Oct 2021 04:53:32 +0000 (21:53 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..6e25999
--- /dev/null
@@ -0,0 +1,3 @@
+*.aux
+*.log
+*.toc
\ No newline at end of file