1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Add .gitignore to C src directory.

Suggested by Stephen Frost.
This commit is contained in:
Stephen Frost 2018-09-30 12:27:05 +01:00 committed by David Steele
parent 3be9f2dee7
commit ed5d7a53de
2 changed files with 10 additions and 0 deletions

View File

@ -223,6 +223,14 @@
<p>Merge all posix storage tests into a single unit.</p>
</release-item>
<release-item>
<release-item-contributor-list>
<release-item-ideator id="stephen.frost"/>
</release-item-contributor-list>
<p>Add <file>.gitignore</file> to C <path>src</path> directory.</p>
</release-item>
<release-item>
<p>Fix typo in unit test error messages, EXECTED => EXPECTED.</p>
</release-item>

2
src/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
pgbackrest
*.o