-
Kristina Mazur authoredKristina Mazur authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 699 B
# Project specific
databases/
gnuplot/
inkscape/
/projects/
/inkscape-linux/
/gnuplot-linux/
*.log
*.stl
*_plot.csv
*_guiSettings.xml
*_inputs.xml
*_outputs.xml
*_IOinfo.txt
*.cscope_file_list
test_runner_config.json
.modifiedFiles
.toolList
test_detail.xml
# IDE Files
.vscode
*.cbp
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.pyd
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Debugging databases
*.pdb
# Python artefacts
__pycache__
*.spec
# Build directories
build
# CMake user files
CMakeUserPresets.json