https://github.com/SixTrack/SixTrack
Raw File
Tip revision: 0f4cef21a06faaae6efb8cd6964c7ab0928264a7 authored by Riccardo De Maria on 27 April 2022, 15:04:59 UTC
Merge pull request #1100 from SixTrack/TungstenScaling
Tip revision: 0f4cef2
.gitignore
# General
*.o
*~
*.exe

# SixTest
test/*/*.run_pro*
test/*/*.run_kill*
test/run_pro_*
test/run_kill_*

# compareSix2Mad
devtools/physicsBenchmark/compareSix2Madx/work/*

# Builds
lib/zlib/build
lib/zlib/install
lib/hdf5

source/count.log

# Custom Build Folders
build*/
Build*/

# Libraries
lib/pythia

# LaTeX
doc/*.log
doc/*.dat
doc/html
doc/*/*.pdf
doc/*/*.aux
doc/*/*.log
doc/*/*.lot
doc/*/*.out
doc/*/*.toc
doc/*/*.bbl
doc/*/*.blg
doc/*/*.ilg
doc/*/*.idx
doc/*/*.fls
doc/*/*.ind
doc/*/*.fdb_latexmk
doc/*/*.synctex.gz

# Python
*.pyc
back to top