1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-05 02:22:28 +03:00
Files
postgres/src/tools/pgindent/exclude_file_patterns
Peter Eisentraut a9e5f8e781 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.
2018-10-29 11:39:44 +01:00

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/