-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
75 lines (64 loc) · 1.78 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
# general patterns
## this should cut out all executables. The only files we want in
## repository have an extension or start with a dot with the exception
## of makefile which we have already commited.
#!*.*
*.[oa]
*~
*.mod
.DS_Store
*.recoupler
*#
*.stackdump
*.tgz
# temporary diagnostic output files
*.out
*.o*
# draconian ignore -- doesn't work?
# only track: .mk .h .cpp .F
## !*.{mk,h,cpp,F}
config.mk
*.dat
bin/
# specific executables
libraries/lgi/get_lgi_expansion
libraries/moshinsky/moshinsky_unitarity
libraries/moshinsky/relative_to_twobody
libraries/moshinsky/Trel_upcouled
libraries/sp3rlib/su3_coupler
libraries/spncci/generate_lgi_unit_tensors
libraries/su3lib/su3genbk
libraries/u3shell/branching
libraries/u3shell/generate_unit_tensors_tb
libraries/u3shell/moshinsky_unitarity
libraries/u3shell/relative_to_twobody
programs/interactions/import_jisp16
programs/linear_algebra/spectra_dense_timing
programs/linear_algebra/spectra_example_symm
libraries/spncci/explicit_basis_construction
programs/spncci/spncci
programs/su3calc/su3_coupler
programs/su3calc/su3calc
programs/unit_tensors/check_two_body_unit_tensors
programs/unit_tensors/check_lsu3shell_rmes
programs/unit_tensors/compute_unit_tensor_rmes
programs/unit_tensors/explicit
programs/unit_tensors/generate_krel_squared
programs/unit_tensors/generate_lsu3shell_relative_operators
programs/unit_tensors/generate_lsu3shell_twobody_tensors
programs/unit_tensors/generate_lsu3shell_two_body_unit_tensors
programs/unit_tensors/generate_nintr
programs/unit_tensors/generate_raising_polynomials
programs/unit_tensors/nintr_check
programs/validation/check_wcoef_orthogonality
# specific files and folders
libraries/su3lib/wu3r3w_test.F
libraries/moshinsky/test/
*old*
*_test
*.exe
*.dSYM
*.pyc
# Doxygen output
doc/html/
doc/latex/