diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:26:28 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:26:28 -0500 |
commit | 20ae6ae3f82a4eeeb123d9c1f895f10c8967f44b (patch) | |
tree | da18c55250fb9f544b5b67aacc1a3fab4a7ccf75 /.gitignore | |
parent | 267868847b0885f60aaae43afd4f54ce028181d8 (diff) | |
parent | 5f8fa959dab1106105f9e58325f65d0b51bb1631 (diff) |
Merge branch 'development'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -1,8 +1,9 @@ -# C++ binary files: +# C++ files: *.exe *.out *.o *.obj +*.a graphicus-* # Ctags: @@ -10,3 +11,26 @@ 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-* +*.lof +*.lot +*.toc |