https://github.com/root-project/root
Revision 9b40937f918299c1dd3df540126f6f31f7d4a4c7 authored by Philippe Canal on 08 April 2022, 23:00:57 UTC, committed by Philippe Canal on 12 April 2022, 14:40:16 UTC
1 parent 3b8d825
Raw File
Tip revision: 9b40937f918299c1dd3df540126f6f31f7d4a4c7 authored by Philippe Canal on 08 April 2022, 23:00:57 UTC
TClassEdit: simplify and reduce cost of static initialization.
Tip revision: 9b40937
.gitignore
# roottest & rootbench are their own repos
roottest
rootbench

# 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
.externalToolBuilders

# Vim
*.swp

# Other Stuff
tags
*.d
back to top