You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vtk/.gitignore

22 lines
343 B

# Do not add ExternalData module staging files
.ExternalData*
# Exclude compiled Python objects.
*.pyc
*.pyo
__pycache__/
# Exclude OS X .DS_Store files.
.DS_Store
# Exclude some Xcode stuff.
xcuserdata
project.xcworkspace
# Exclude VSCode settings and configuration folder
*.vscode*
# Exclude Visual Studio stuff
.vs*
CMakeSettings.json