Create initial .gitignore

This commit is contained in:
Cory Balaton 2023-09-28 15:23:37 +02:00
parent 788358e76d
commit 4870d93bb5
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

48
.gitignore vendored Normal file
View File

@ -0,0 +1,48 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Latex
*.aux
*.log
*.out
*.bib
*.synctex.gz
*.bbl
# C++ specifics
src/*
!src/Makefile
!src/*.cpp
!src/*.hpp
!src/*.py
!src/Doxyfile