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:
Eric Blake 2010-04-21 09:55:03 -06:00
parent 8274993f29
commit 871aa6e3c1
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*~
.git
.git-module-status
.sc-start-sc_*
/GNUmakefile
/maint.mk
ABOUT-NLS

1
cfg.mk
View File

@ -34,6 +34,7 @@ local-checks-to-skip = \
sc_GPL_version \
sc_always_defined_macros \
sc_cast_of_alloca_return_value \
sc_cross_check_PATH_usage_in_tests \
sc_dd_max_sym_length \
sc_error_exit_success \
sc_file_system \