-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (40 loc) · 1.08 KB
/
.gitignore
File metadata and controls
52 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Text editor backups #
#######################
*~
*#
.#*
# Compiled Source #
*.pyc
# Backups of vanilla stan files created by the installation #
install_files/ast_vanilla_stan.hpp
install_files/ast_def_vanilla_stan.cpp
install_files/makefile_vanilla_stan
install_files/function_signatures_vanilla_stan.h
# Libraries converted from python #
# Build directories #
test/bin/build/*
/*/build/*
/*/output/*
*model.so
*py_wrapper.o
# Generated Stan files #
*STAN_data_generator.hpp
*STAN_data_generator
*STAN_amplitude_fitting.hpp
*STAN_amplitude_fitting
# Converted and derived data files #
*normalization_integral*.py
*background_to_signal_ratio.py
*STAN_data_generator.data.py
*root
# Link to the model file
src/model.hpp
# CSV files (the data is converted and saved in .root)
*.csv
*/example_models/test_two_toy_res_w_background.py
# Do not ignore these files (even if they are in subdirectories)
# On the other hand, ignore them - dont really back them up
#!/*/data*/output.root
#!/*/data*/generated_data.root
#!/*/data*/STAN_data_generator.data.R
#!/*/data*/STAN_amplitude_fitting.data.R