summaryrefslogtreecommitdiff
path: root/src/tools/pgindent/exclude_file_patterns
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2010-04-01 14:44:39 +0000
committerAndrew Dunstan <andrew@dunslane.net>2010-04-01 14:44:39 +0000
commit799c0d3f65082591583086949bba2be159a36e32 (patch)
treea88e80629a3567498b6fdd6d4814d46b5951de27 /src/tools/pgindent/exclude_file_patterns
parent399ea9e7a5dca4a4eee16f8940b969afeeb1ad0f (diff)
Use a file of patterns of filenames to exclude from pgindent runs, instead if using multiple invocations of egrep. Add perl ppport.h to the current list.
Diffstat (limited to 'src/tools/pgindent/exclude_file_patterns')
-rw-r--r--src/tools/pgindent/exclude_file_patterns7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns
new file mode 100644
index 00000000000..49d61ac1631
--- /dev/null
+++ b/src/tools/pgindent/exclude_file_patterns
@@ -0,0 +1,7 @@
+#list of file patterns to exclude from pg_indent runs
+/s_lock\.h$
+/ecpg/test/expected/
+/snowball/libstemmer/
+/ecpg/include/(sqlda|sqltypes)\.h$
+/ecpg/include/preproc/struct\.h$
+/pl/plperl/ppport\.h$