Revision 6478
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
126 | 126 |
add: _always $(allTables:%=%/add) |
127 | 127 |
$(call setSvnIgnore,.,'*') |
128 | 128 |
$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace') |
129 |
$(call addDirWithIgnore,verify,'*.out') |
|
129 |
$(call addDirWithIgnore,verify,'*.out\n*.csv')
|
|
130 | 130 |
$(call addFile,import_order.txt) |
131 | 131 |
$(if $(wildcard _MySQL/),$(call addDirWithIgnore,_MySQL,'*')) |
132 | 132 |
$(if $(wildcard _src/),$(call addDirWithIgnore,_src,'*')) |
Also available in: Unified diff
input.Makefile: SVN: add: Also svn:ignore .csv files