Add .gitignore to silence git complaints about parser/scanner output files.

This commit is contained in:
Tom Lane 2011-01-15 16:05:28 -05:00
parent 001d3664e3
commit 36750dcef5
1 changed files with 3 additions and 0 deletions

3
src/backend/replication/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/repl_gram.c
/repl_gram.h
/repl_scanner.c