From 7a09c2b5e6483613b2400b8e9e8c60f8bfc55aea Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 10 Jan 2023 11:53:46 -0500 Subject: Initial commit --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7aa28f5..d493a72 100644 --- a/.gitignore +++ b/.gitignore @@ -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-* -- cgit v1.2.3