-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
94 lines (83 loc) · 1.46 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
# cmake related
install_manifest.txt
CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
Makefile
Testing/
apfelxx.i
cmake_install.cmake
src/Makefile
src/cmake_install.cmake
tests/CTestTestfile.cmake
tests/Makefile
tests/cmake_install.cmake
tests/grid_test
tests/memcheck.tmp
tests/memcheck.xml
tests/test1
tests/subgrid_test
tests/interpolation_test
tests/integrator_test
tests/operator_test
tests/distribution_test
tests/coupling_test
tests/structurefunction_test
tests/qgrid_test
tests/set_test
tests/cache_test
tests/qgriddist_test
tests/dglap_test
tests/ogata_test
tests/gpd_test
tests/polylog_test
tests/expansion_test
tests/siaxsec_test
docs/latex/src/codes/FOvsAsy
docs/latex/src/codes/FONLL
docs/latex/src/codes/logs
docs/latex/src/codes/EvolutionFactor
docs/latex/src/codes/LeptonicModulation
docs/latex/src/codes/PhaseSpaceRedFactor
docs/latex/src/codes/NewPrescription
docs/latex/src/codes/PhaseSpacePowerCorrs
docs/latex/src/codes/Alphas
docs/latex/src/codes/InterpolationFunctions
docs/latex/src/codes/PDFs
docs/latex/src/codes/Yterm
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Generated files
inc/apfel/version.h
inc/apfel/config.h
bin/apfelxx-config
# Jupyter checkpoints
*.ipynb_checkpoints/
# Python
__pycache__
# Build directory
build
# Codecov
*.gcno, *.gcda, *.gcov