https://github.com/lmoneta/root
Raw File
Tip revision: ae238c629b4f0c2f6a72b36e20ba02e358d1520b authored by Bertrand Bellenot on 13 August 2024, 12:50:15 UTC
[cmake] Avoid warning when building from tar file
Tip revision: ae238c6
.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
__pycache__
back to top