maint: ignore 'make syntax-check' failure files
* .gitignore: Add exemption. * cfg.mk (local-checks-to-skip): Ignore a test to silence a skip warning.
This commit is contained in:
parent
8274993f29
commit
871aa6e3c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
*~
|
*~
|
||||||
.git
|
.git
|
||||||
.git-module-status
|
.git-module-status
|
||||||
|
.sc-start-sc_*
|
||||||
/GNUmakefile
|
/GNUmakefile
|
||||||
/maint.mk
|
/maint.mk
|
||||||
ABOUT-NLS
|
ABOUT-NLS
|
||||||
|
1
cfg.mk
1
cfg.mk
@ -34,6 +34,7 @@ local-checks-to-skip = \
|
|||||||
sc_GPL_version \
|
sc_GPL_version \
|
||||||
sc_always_defined_macros \
|
sc_always_defined_macros \
|
||||||
sc_cast_of_alloca_return_value \
|
sc_cast_of_alloca_return_value \
|
||||||
|
sc_cross_check_PATH_usage_in_tests \
|
||||||
sc_dd_max_sym_length \
|
sc_dd_max_sym_length \
|
||||||
sc_error_exit_success \
|
sc_error_exit_success \
|
||||||
sc_file_system \
|
sc_file_system \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user