Revision 0d47873e53e2cbf6980146fd2e657629890c15d6 authored by ferdymercury on 08 July 2024, 15:15:34 UTC, committed by Jonas Rembser on 12 July 2024, 11:20:32 UTC
1 parent 32ac7b2
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
__pycache__
back to top