Project-2/.gitignore
Janita Willumsen e6495815c0 Allow folders
2023-09-14 10:54:19 +02:00

48 lines
402 B
Plaintext

# 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