1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add comments to test/.gitignore.

This commit is contained in:
David Steele
2020-03-14 14:18:22 -04:00
parent b4c94e42b9
commit 5645c91ed5
+7 -2
View File
@@ -1,5 +1,10 @@
# Exclude vagrant path and build log
/.vagrant /.vagrant
/scratch*
/coverage*
/ubuntu-bionic-18.04-cloudimg-console.log /ubuntu-bionic-18.04-cloudimg-console.log
# Paths and files beginning with "scratch" will be excluded to give a place to store notes
/scratch*
# Exclude paths where test code writes results (eventually want to get this down to just result)
/coverage*
/profile /profile