-
Sylvester Joosten authored
Got rid of fname script for dvmp, and split up generator artifacts from reconstruction artifacts (input versus results directories
Sylvester Joosten authoredGot rid of fname script for dvmp, and split up generator artifacts from reconstruction artifacts (input versus results directories
.gitignore 489 B
# 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
# input/output files
input
results
# ROOT files
*.root
# local runtime files
.local