-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·100 lines (81 loc) · 1.67 KB
/
.gitignore
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Backup files
*~
*.bak*
\#*#
# Log files
*.log
# ROOT files (unless explicitly added)
*.root
# Compiled Object files
*.slo
*.lo
*.o
a.out
# Dependency files
*.d
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled Python scripts
*.pyc
# Compiled Fortran headers
*.mod
# Hidden files
.*
# Output data
runs/*
results/*
*.log
*.hdf5
# Executables and build files
/gambit
build/*
*_standalone
# Generated cmake files
cmake/linkedout.cmake
cmake/include
*Bit*/CMakeLists.txt
Models/CMakeLists.txt
Backends/CMakeLists.txt
Printers/CMakeLists.txt
ScannerBit/CMakeLists.txt
# Generated code files
*/examples/functors_for_*_standalone*
*/include/gambit/*/*_rollcall.hpp
Backends/include/gambit/Backends/backend_functor_types.hpp
Elements/include/gambit/Elements/module_functor_types.hpp
Elements/include/gambit/Elements/elements_extras.hpp
Models/src/particle_database.cpp
ColliderBit/include/gambit/ColliderBit/colliders/Pythia8/Py8Collider_typedefs.hpp
# Makefiles generated by configure in contributed packages
contrib/**/Makefile*
contrib/MassSpectra/flexiblesusy/config/depgen.x
contrib/MassSpectra/flexiblesusy/config/flexiblesusy-version
contrib/pybind11/
contrib/HepMC3-*/
contrib/YODA-*/
# Local configuration files
config/*_locations.yaml
config/gambit_bits.yaml
# Scratch files
scratch/**
# Downloaded backends and scanners
Backends/downloaded/**
Backends/installed/**
ScannerBit/downloaded/**
ScannerBit/installed/**
ScannerBit/lib/plugin_libraries.list
# GUM files
*.mug
gum/build/*
gum/contrib/**
gum/Output/**
gum/mathematica
gum/include/cmake_variables.hpp
gum/src/cmake_variables.py
# Files generated by the citation system
GAMBIT.bib
GAMBIT.tex