Exclude temporary directories from pgindent

Exclude tmp_check and tmp_install from pgindent.  In a fully-built
tree, pgindent would spend a lot of time digging through these
directories and ends up re-indenting installed header files.
pull/34/head
Peter Eisentraut 7 years ago
parent 2fe42baf7c
commit a9e5f8e781
  1. 2
      src/tools/pgindent/exclude_file_patterns

@ -6,3 +6,5 @@
/snowball/libstemmer/
/pl/plperl/ppport\.h$
/jit/llvmjit\.h$
/tmp_check/
/tmp_install/

Loading…
Cancel
Save