.gitignore Improvement Suggestion

From: Jonas Thelemann <e-mail(at)jonas-thelemann(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: .gitignore Improvement Suggestion
Date: 2017-01-15 04:00:50
Message-ID: 16b989d1-6ff1-eb5b-0b13-080a0e502201@jonas-thelemann.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Good day pga-hackers,

while playing around with the source and Git I found out that building
an executable on my Raspberry Pi creates a file called "pgAdmin4" in the
runtime folder. The .gitignore file in the same folder only mentions a
"pgadmin4" file without a capital "a" in its name.

As I'm new to this project it could well be that this was changed in one
of the last commits of which I have no knowledge. Because it's just a
small change to fix this potentially new and probably unwanted error I
attached the fix to this mail. I also put all lines in the .gitignores
in alphabetical order to make them easier to read and to prevent
duplicate lines.

No matter if only the real fix is going to get accepted or the
reordering too: did I submit the .diff (patch) correctly? I'm new to Git
via the command line as you already know. Please tell me, if I made any
mistakes.

Greetings from Germany,
Jonas Thelemann

Attachment Content-Type Size
gitignore_sort_v1.diff text/plain 1.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jonas Thelemann 2017-01-15 04:17:10 Re: .gitignore Improvement Suggestion
Previous Message Harshal Dhumal 2017-01-14 14:27:09 Re: Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]