Skip to content
Snippets Groups Projects
Commit 14475dc8 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'feature-setup' into 'master'

Added proper gitignore and clang-format

See merge request EIC/benchmarks!12
parents 489490a2 4bd0ca38
No related branches found
No related tags found
Loading
---
BasedOnStyle: LLVM
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
Standard: Cpp11
#SpaceBeforeParens: ControlStatements
SpaceAfterControlStatementKeyword: true
PointerBindsToType: true
...
results/* # Compiled Object files
data/* *.slo
datasets/* *.lo
data *.o
calorimeters/test/
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# build trees
DEBUG*/*
BUILD*/*
RELEASE*/*
TEST*/*
# cmake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# vim
~*
*.swp
*.swo
# python
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment