mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -6,3 +6,5 @@
|
||||
/snowball/libstemmer/
|
||||
/pl/plperl/ppport\.h$
|
||||
/jit/llvmjit\.h$
|
||||
/tmp_check/
|
||||
/tmp_install/
|
||||
|
Reference in New Issue
Block a user