Exclude core dumps from project - example patch

From: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Exclude core dumps from project - example patch
Date: 2011-07-19 08:43:43
Message-ID: CAOWY8=ZBdcF_M1nn=KmhoJpuXSqK3HkDeA-xnSKUT9YtHBsKBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

I am learn the git. For test my skills, here is patch to exclude core
dumps from git tree.

Author: pasman <pasman(dot)p(at)gmail(dot)com> 2011-07-19 10:27:50
Committer: pasman <pasman(dot)p(at)gmail(dot)com> 2011-07-19 10:27:50
Parent: 6307fff3586294214e3f256035b82bbba9a9054a (Fix typo)
Branch: master
Follows: REL9_1_BETA2
Precedes:

Include core dumps in .gitignore

---------------------------------- .gitignore ----------------------------------
index 1e15ce5..64e3dee 100644
@@ -21,6 +21,8 @@ lcov.info
win32ver.rc
*.exe
lib*dll.def
+#Exclude core dumps on Mingw32
+*.stackdump

# Local excludes in root directory
/GNUmakefile

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-07-19 08:58:33 Re: Cascade replication
Previous Message Peter Geoghegan 2011-07-19 08:42:06 Re: Reduced power consumption in autovacuum launcher process