remove built sql files from vc
This commit is contained in:
parent
75c1e10a67
commit
45916b992b
2
src/exchangedb/.gitignore
vendored
2
src/exchangedb/.gitignore
vendored
@ -5,3 +5,5 @@ test-exchangedb-postgres
|
||||
test-exchangedb-signkeys
|
||||
test-perf-taler-exchangedb
|
||||
bench-db-postgres
|
||||
exchange-0001.sql
|
||||
shard-0001.sql
|
||||
|
@ -26,6 +26,10 @@ BUILT_SOURCES = \
|
||||
shard-0001.sql \
|
||||
exchange-0001.sql
|
||||
|
||||
CLEANFILES = \
|
||||
shard-0001.sql \
|
||||
exchange-0001.sql
|
||||
|
||||
exchange-0001.sql: common-0001.sql exchange-0001-part.sql
|
||||
cat common-0001.sql exchange-0001-part.sql >$@
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user