diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-10 11:53:46 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-10 11:53:46 -0500 |
commit | 7a09c2b5e6483613b2400b8e9e8c60f8bfc55aea (patch) | |
tree | 01b34a9d530b4779007b2abe17bfd922651026b7 /.gitignore | |
parent | 5cbb09516a98d53943062badc08865507f18100d (diff) |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,11 +1,33 @@ -# C++ binary files: +# C++ files: *.exe *.out *.o *.obj +*.so +*.a # Ctags: tags # Vim buffers: *.swp + +# LaTeX Files +*.4tc +*.xref +*.tmp +*.pyc +*.pyo +*.fls +*.vrb +*.fdb_latexmk +*.bak +*.swp +*.aux +*.log +*.bbl +*.blg +*.bcf +*.run.xml +*.synctex +_minted-* |