-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (102 loc) · 1.81 KB
/
Copy path.gitignore
File metadata and controls
111 lines (102 loc) · 1.81 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
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
101
102
103
104
105
106
107
108
109
110
111
# /
/*.log
/config.status
/config.guess
/config.sub
/config.h
/stamp-h1
/aclocal.m4
/autom4te.cache
/autogen*
/Makefile
/.deps
/*.bak
/Makefile.in
/configure
/config.h.in
/build-aux
/test.x_debug
/*.a
/depcomp
/compile
/missing
/install-sh
/ltmain.sh
/libtool
/xc_version.h
/test-driver
/bin
/include
/lib
/*bz2
#objdir
/objdir*
# /build/
/build/Makefile.in
/build/libxc.pc
/build/libxc.spec
/build/Makefile
# /m4/
/m4/ltsugar.m4
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltversion.m4
# /maple/
/maple/Makefile
/maple/Makefile.in
# /scripts/
/scripts/Makefile
/scripts/Makefile.in
# /src/
/src/Makefile
/src/Makefile.in
/src/*.o
/src/*.a
/src/*.lo
/src/*.la
/src/.deps
/src/*.mod
/src/libxc_set_par_inc.f90
/src/libxc_set_params_inc.f03
/src/xc_f_inc.c
/src/libxc_funcs.f90
/src/libxc.f90
/src/.libs
/src/xc-info
/src/genwiki
/src/libxcf03.f90
/src/libxc_inc.f03
/src/libxc_docs.txt
/src/xc-threshold
# /src/maple2c/
/src/maple2c/Makefile
/src/maple2c/Makefile.in
# /testsuite/
/testsuite/Makefile
/testsuite/Makefile.in
/testsuite/.deps
/testsuite/xc-get_data
/testsuite/xc-consistency
/testsuite/xc-regression
/testsuite/xc-error
/testsuite/xc-auto
/testsuite/.libs
/testsuite/test-suite.log
/testsuite/xc-run_testsuite.log
/testsuite/xc-run_testsuite.trs
/testsuite/xc_consistency-xc-consistency.o
/testsuite/xc_error-xc-error.o
/testsuite/xc_get_data-xc-get_data.o
/testsuite/xc_regression-xc-regression.o
/testsuite/regression/*
/testsuite/output/*
/testsuite/*.o
/testsuite/*.a
/testsuite/unit_test/work_gga_c/test_work_gga_c
/testsuite/unit_test/work_gga_c/test_work_gga_c002
/testsuite/unit_test/work_gga_x/test_work_gga_x001
/testsuite/unit_test/work_gga_x/test_work_gga_x002
/testsuite/unit_test/work_lda/test_functionals
/testsuite/unit_test/work_mgga_c/test_functionals
/testsuite/unit_test/work_mgga_x/test_functionals