]> granicus.if.org Git - postgresql/commitdiff
Exclude temporary directories from pgindent
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Oct 2018 10:39:44 +0000 (11:39 +0100)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Oct 2018 10:39:44 +0000 (11:39 +0100)
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.

src/tools/pgindent/exclude_file_patterns

index 65c42c131d01eb8a6892fbf57b120bc94e72955b..c8efc9a9131099b114c03969015111641203d8b9 100644 (file)
@@ -6,3 +6,5 @@
 /snowball/libstemmer/
 /pl/plperl/ppport\.h$
 /jit/llvmjit\.h$
+/tmp_check/
+/tmp_install/