1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00
Files
pgbackrest/test/.gitignore
T
David Steele 0f7fe55f72 Build packages on demand only and change build path.
Building packages is not a normal part of development so don't build packages by default. Instead build them in CI as needed.

Do the builds in test/result instead of .vagrant to be friendlier with hosts that are not running vagrant. Anyway, it's probably not a good idea to be creating files in the .vagrant path.
2020-03-14 14:35:09 -04:00

12 lines
317 B
Plaintext

# Exclude vagrant path and build log
/.vagrant
/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
/result