mirror of https://github.com/postgres/postgres
Use a file of patterns of filenames to exclude from pgindent runs, instead if using multiple invocations of egrep. Add perl ppport.h to the current list.
parent
399ea9e7a5
commit
799c0d3f65
@ -0,0 +1,7 @@ |
||||
#list of file patterns to exclude from pg_indent runs |
||||
/s_lock\.h$ |
||||
/ecpg/test/expected/ |
||||
/snowball/libstemmer/ |
||||
/ecpg/include/(sqlda|sqltypes)\.h$ |
||||
/ecpg/include/preproc/struct\.h$ |
||||
/pl/plperl/ppport\.h$ |
||||
Loading…
Reference in new issue