2020-03-14 20:18:22 +02:00
|
|
|
# Exclude vagrant path and build log
|
2019-04-26 14:08:23 +02:00
|
|
|
/.vagrant
|
2020-03-14 20:18:22 +02:00
|
|
|
/ubuntu-bionic-18.04-cloudimg-console.log
|
|
|
|
|
|
|
|
# Paths and files beginning with "scratch" will be excluded to give a place to store notes
|
2019-04-26 14:08:23 +02:00
|
|
|
/scratch*
|
2020-03-14 20:18:22 +02:00
|
|
|
|
|
|
|
# Exclude paths where test code writes results (eventually want to get this down to just result)
|
2020-03-14 20:35:09 +02:00
|
|
|
/result
|
2020-03-14 20:50:36 +02:00
|
|
|
|
|
|
|
# Obsolete result paths ignored so old results don't suddenly show up as new files
|
2020-03-14 21:29:42 +02:00
|
|
|
/coverage*
|
2020-03-14 20:50:36 +02:00
|
|
|
/profile
|