Revision 4124
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
96 | 96 |
##### SVN |
97 | 97 |
|
98 | 98 |
add: _always |
99 |
$(call setSvnIgnore,.,$$'') |
|
100 |
$(call addDirWithIgnore,src,$$'*') |
|
101 |
$(call addDirWithIgnore,maps,$$'.~*') |
|
102 |
$(call addDirWithIgnore,import,$$'*') |
|
103 |
$(call addDirWithIgnore,test,$$'*.out\n*.xml') |
|
104 |
$(call addDirWithIgnore,verify,$$'*.out') |
|
99 |
$(call addDirWithIgnore,src,'*') |
|
100 |
$(call addDirWithIgnore,src/specimens,'*') |
|
101 |
$(call addDirWithIgnore,src/specimens/logs,$$'*.log.sql\n*.trace') |
|
102 |
$(call addDirWithIgnore,verify,'*.out') |
|
105 | 103 |
|
106 | 104 |
##### Existing maps discovery |
107 | 105 |
|
Also available in: Unified diff
input.Makefile: SVN: add: Updated svn:ignores for new subdirs layout