Exclude core dumps from project - example patch - Mailing list pgsql-hackers

From pasman pasmański
Subject Exclude core dumps from project - example patch
Date
Msg-id CAOWY8=ZBdcF_M1nn=KmhoJpuXSqK3HkDeA-xnSKUT9YtHBsKBA@mail.gmail.com
Whole thread Raw
Responses Re: Exclude core dumps from project - example patch
List 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.p@gmail.com>  2011-07-19 10:27:50
Committer: pasman <pasman.p@gmail.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.infowin32ver.rc*.exelib*dll.def
+#Exclude core dumps on Mingw32
+*.stackdump
# Local excludes in root directory/GNUmakefile


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Reduced power consumption in autovacuum launcher process
Next
From: Simon Riggs
Date:
Subject: Re: Cascade replication