https://github.com/root-project/root
Raw File
Tip revision: 5144c5868b7741f18a272976bf3e967ad98bd44b authored by Axel Naumann on 18 August 2020, 14:13:10 UTC
"Update ROOT version files to v6.20/08."
Tip revision: 5144c58
.gitignore
# roottest is its own repo
roottest

# MacOS Xcode
xcuserdata
project.xcworkspace

# MacOS metadata
.DS_Store

# Visual Code
.vs/
.vscode
.build

# CLion
.idea/*
cmake-build-*/

# QtCreator
CMakeLists.txt.user
*.autosave

# Eclipse
.settings/*
.cproject
.project

# Vim
*.swp

# Other Stuff
tags
back to top