Skip to content
Snippets Groups Projects
Commit ad0674f8 authored by Oliver Charles Schubert's avatar Oliver Charles Schubert
Browse files

Adds .gitignore file.

parent 91b4466b
Branches
No related tags found
No related merge requests found
# Project specific
*.layout
*.o
obj/
*.res
projects/
# IDE Files
.vscode
# 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
# Build directories
build
# Python artifacts
__pycache__
# CMake user files
CMakeUserPresets.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment