Skip to content
Snippets Groups Projects
.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