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.
This commit is contained in:
Peter Eisentraut 2018-10-29 11:39:44 +01:00
parent 2fe42baf7c
commit a9e5f8e781

View File

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