pgsql: Update .gitignore for config.cache.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update .gitignore for config.cache.
Date: 2014-12-18 10:58:39
Message-ID: E1Y1Yn1-0002V6-NT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update .gitignore for config.cache.

Also add a comment about why regreesion.* aren't listed in .gitignore.

Jim Nasby

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ccf292cd2ec16c69ddfee3bf72afe113a7595e00

Modified Files
--------------
.gitignore | 1 +
src/test/regress/.gitignore | 4 ++++
2 files changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-12-18 12:15:32 pgsql: Ensure variables live across calls in generate_series(numeric, n
Previous Message Andres Freund 2014-12-18 09:47:19 pgsql: Adjust valgrind suppression to the changes in 2c03216d8311.