.gitignore file needed for new replication parser

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: .gitignore file needed for new replication parser
Date: 2011-01-15 15:42:16
Message-ID: 4D316BF80200002500039666@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

diff --git a/src/backend/replication/.gitignore
b/src/backend/replication/.gitignore
new file mode 100644
index 0000000..a0332b2
--- /dev/null
+++ b/src/backend/replication/.gitignore
@@ -0,0 +1,3 @@
+/repl_gram.c
+/repl_gram.h
+/repl_scanner.c

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2011-01-15 15:44:56 Re: kill -KILL: What happens?
Previous Message Tom Lane 2011-01-15 15:36:48 Re: Bug in pg_describe_object, patch v2