diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-15 16:05:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-15 16:05:28 -0500 |
commit | 36750dcef58550c652cfff861f9aad057a391fb9 (patch) | |
tree | 7202bc45a2927c2412a01bac3eb9078aabe7361d /src | |
parent | 001d3664e32c0d156215bbfeccea3272aaf17722 (diff) | |
download | postgresql-36750dcef58550c652cfff861f9aad057a391fb9.tar.gz postgresql-36750dcef58550c652cfff861f9aad057a391fb9.zip |
Add .gitignore to silence git complaints about parser/scanner output files.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/replication/.gitignore b/src/backend/replication/.gitignore new file mode 100644 index 00000000000..a0332b230d5 --- /dev/null +++ b/src/backend/replication/.gitignore @@ -0,0 +1,3 @@ +/repl_gram.c +/repl_gram.h +/repl_scanner.c |