Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a9e5f8e

Browse files
committed
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.
1 parent 2fe42ba commit a9e5f8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/pgindent/exclude_file_patterns

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
/snowball/libstemmer/
77
/pl/plperl/ppport\.h$
88
/jit/llvmjit\.h$
9+
/tmp_check/
10+
/tmp_install/

0 commit comments

Comments
 (0)