diff options
author | Alejandro <[email protected]> | 2024-05-31 23:14:44 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-05-31 23:14:44 -0600 |
commit | 5fb560b450d05c4b74e01b3acf3f8cb9f141eefb (patch) | |
tree | 960498e31a2273bd05495e13e913349a9df66e93 /.gitignore | |
parent | 767c83d0e0082c5215c9d18ab32c47a53ed76f33 (diff) |
Added: gitignore for ignoring the pdfs, latex outputs and compressed files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d1230b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.pdf +*.info +*.out +*.aux +*.log +pdfs.zip +*.fls +*.synctex.gz +*.fdb_latexmk |