diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000000000000000000000000000000000..11bdfea9d58845f7a46b066e9e6682d4bcfd9e0d --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +--- +BasedOnStyle: LLVM +BreakConstructorInitializersBeforeComma: true +ConstructorInitializerAllOnOneLineOrOnePerLine: true +Cpp11BracedListStyle: true +Standard: Cpp11 +#SpaceBeforeParens: ControlStatements +SpaceAfterControlStatementKeyword: true +PointerBindsToType: true +... diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fc58c11b6a1c796c31b5ed56353db1397376dbfd --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# 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 + +# test for calorimeter +calorimeters/test/ +*.d +*.pcm