Revision 5880
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
101 | 101 |
|
102 | 102 |
##### SVN |
103 | 103 |
|
104 |
svnFilesGlob := */{{,.}{*header,map,*terms,VegBIEN}.csv{,.*},test.xml.ref} |
|
104 |
svnFilesGlob := */{{,.}{*header,map,*terms,VegBIEN}.csv{,.*},*.sql,test.xml.ref}
|
|
105 | 105 |
|
106 | 106 |
add: _always |
107 | 107 |
$(call setSvnIgnore,.,'*') |
Also available in: Unified diff
input.Makefile: SVN: add: Also add any .sql, *when it's in a subdir. This applies to create.sql, cleanup.sql, etc.