mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
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.
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
#list of file patterns to exclude from pgindent runs, see notes in README
|
|
/storage/s_lock\.h$
|
|
/port/atomics/
|
|
/utils/fmgrtab\.c$
|
|
/ecpg/test/expected/
|
|
/snowball/libstemmer/
|
|
/pl/plperl/ppport\.h$
|
|
/jit/llvmjit\.h$
|
|
/tmp_check/
|
|
/tmp_install/
|