diff options
| author | Tom Lane | 2016-08-15 15:32:09 +0000 |
|---|---|---|
| committer | Tom Lane | 2016-08-15 15:32:09 +0000 |
| commit | 05d8dec690e9719ff9a1830f5492864104275b5e (patch) | |
| tree | fa977bcbe81011356179baa8e4ad2467f5857ac7 /src/tools/pgindent/exclude_file_patterns | |
| parent | 9389fbd0385776adf3252eb8cfe6e37a640fdff4 (diff) | |
Simplify the process of perltidy'ing our Perl files.
Wrap the perltidy invocation into a shell script to reduce the risk of
copy-and-paste errors. Include removal of *.bak files in the script,
so they don't accidentally get committed. Improve the directions in
the README file.
Diffstat (limited to 'src/tools/pgindent/exclude_file_patterns')
| -rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index 1a5866759e6..97ba092658e 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -1,4 +1,4 @@ -#list of file patterns to exclude from pgindent runs +#list of file patterns to exclude from pgindent runs, see notes in README /s_lock\.h$ /atomics/ /ecpg/test/expected/ |
