-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
67 lines (58 loc) · 1.15 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
# files that are build or temporary
*.mod
*.x
kkr.x*
*.exe
*~
*/*~
*.o
ALL_SOURCE_FILES/inc.p
version
version.f90
compver
*.pyc
build*
develop/
docs/public/
tests/
# Mac temporary files
.DS_Store*
# some array dimensions
inc.p
# files that might only be useful during development
*.png
all_incp_incudes.txt
/test/
*.py
!getversion.py
/benchmark/
*/out_timing.*.txt
*/output.*.txt
# documentation
/docs/build
# automatic tests
.cache/
tests/test_run*
tests/test_inputs/test_13_rhoq_Cu_Cu111/rhoq_module/last_version_number
# Code coverage report
*.dyn
CODE_COVERAGE.HTML
CodeCoverage/
pgopti.dpi
pgopti.dpi.lock
pgopti.spi
pgopti.spl
HTML
# BdG developments test outputs
develop_BdG/*/*/clusters
develop_BdG/*/*/couplings.dat
develop_BdG/*/*/inputcard_generated.txt
develop_BdG/*/*/meminfo00000
develop_BdG/*/*/out_timing.000.txt
develop_BdG/*/*/output.000.txt
develop_BdG/*/*/rll_atom_001_energ_001.dat
develop_BdG/*/*/rll_source_hlk2_atom_001_energ_001.dat
develop_BdG/*/*/rll_source_hlk_atom_001_energ_001.dat
develop_BdG/*/*/rll_source_jlk2_atom_001_energ_001.dat
develop_BdG/*/*/rll_source_jlk_atom_001_energ_001.dat
develop_BdG/*/*/sll_atom_001_energ_001.dat