Ignore build folder and LaTex compilation files.

This commit is contained in:
2023-02-06 13:44:23 +01:00
parent e45a7729f3
commit b566fcb73c

7
.gitignore vendored
View File

@ -30,3 +30,10 @@
*.exe
*.out
*.app
# Build Folder
build/
# Latex compilation
*.aux
*.log