mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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:
parent
2fe42baf7c
commit
a9e5f8e781
1 changed files with 2 additions and 0 deletions
|
|
@ -6,3 +6,5 @@
|
|||
/snowball/libstemmer/
|
||||
/pl/plperl/ppport\.h$
|
||||
/jit/llvmjit\.h$
|
||||
/tmp_check/
|
||||
/tmp_install/
|
||||
|
|
|
|||
Loading…
Reference in a new issue