Skip to content

Commit c2c5cae

Browse files
testing
1 parent f9d6971 commit c2c5cae

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ CSparse/Tcov/cov.sort
127127
CSparse/Tcov/cover.out
128128
CSparse/Tcov/covs.out
129129
CSparse/Tcov/cs_*.c
130+
CSparse/Tcov/csparse_version.c
130131
CSparse/Tcov/cstcov_test
131132
CSparse/Tcov/*.out
132133
CSparse/Tcov/cs_demo1
@@ -138,6 +139,7 @@ CXSparse/Tcov/cov.sort
138139
CXSparse/Tcov/cover.out
139140
CXSparse/Tcov/covs.out
140141
CXSparse/Tcov/cs_*.c
142+
CXSparse/Tcov/cxsparse_version.c
141143
CXSparse/Tcov/*.out
142144
CXSparse/Tcov/cs_demo1_ci
143145
CXSparse/Tcov/cs_demo1_cl

CSparse/Tcov/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ purge: distclean
101101
# remove everything for distribution, including all symbolic links
102102
distclean: clean
103103
- $(RM) cs_demo1 cs_demo2 *.out *.a cs_demo3 cstcov_test cov.sort
104-
- $(RM) -r cs_*.c *.dSYM
104+
- $(RM) -r cs_*.c *.dSYM csparse_version.c

CSparse/Tcov/csparse_version.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

CXSparse/Tcov/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ distclean: clean
298298
- $(RM) cs_demo1_ci cs_demo2_ci cs_demo3_ci cstcov_test_ci
299299
- $(RM) cs_demo1_cl cs_demo2_cl cs_demo3_cl cstcov_test_cl
300300
- $(RM) cs_idemo cs_ldemo
301-
- $(RM) -r cs_*.c *.dSYM
301+
- $(RM) -r cs_*.c *.dSYM cxsparse_version.c

CXSparse/Tcov/cxsparse_version.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)