Revision bfb6ff091d6f36722d718f0f6083b5a0a0a00828 authored by Danilo Piparo on 30 September 2023, 09:41:18 UTC, committed by Danilo Piparo on 30 September 2023, 12:27:43 UTC
on Macos because it always fails due to the slowness of the tool
on the platform.
1 parent 6b3b5a3
Raw File
.gitignore
# roottest & rootbench are their own repos
roottest
rootbench

# MacOS Xcode
xcuserdata
project.xcworkspace

# MacOS metadata
.DS_Store

# VS Code
.vs/
.vscode
.build

# CLion
.idea/*
cmake-build*/

# QtCreator
CMakeLists.txt.user
*.autosave

# Eclipse
.settings/*
.cproject
.project
.externalToolBuilders
.pydevproject

# Vim
*.swp

# Other Stuff
tags
*.d
.cache
.gdb_history
compile_commands.json

# Doxygen
documentation/doxygen/*.eps
documentation/doxygen/*.pcm
documentation/doxygen/*.jpg

# Pycache
.github/workflows/root-ci-config/__pycache__
back to top