2017-08-02 17:27:17 +00:00
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Folders
|
|
|
|
_obj
|
|
|
|
_test
|
|
|
|
_output
|
|
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
|
|
|
|
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
|
|
|
|
|
|
|
_testmain.go
|
|
|
|
|
|
|
|
*.exe
|
|
|
|
*.test
|
|
|
|
*.prof
|
|
|
|
|
2019-01-25 03:33:07 +00:00
|
|
|
/velero
|
2017-08-24 01:51:11 +00:00
|
|
|
.idea/
|
2017-10-23 20:50:20 +00:00
|
|
|
|
|
|
|
.container-*
|
|
|
|
.vimrc
|
|
|
|
.go
|
2018-06-28 14:11:23 +00:00
|
|
|
.DS_Store
|
|
|
|
.push-*
|
|
|
|
.vscode
|
|
|
|
*.diff
|
2018-05-14 14:54:13 +00:00
|
|
|
|
2020-08-13 16:09:15 +00:00
|
|
|
# Hugo compiled data
|
|
|
|
site/public
|
|
|
|
site/resources
|
2023-05-15 13:33:08 +00:00
|
|
|
site/.hugo_build.lock
|
2018-07-17 21:24:58 +00:00
|
|
|
|
|
|
|
.vs
|
2020-12-08 18:42:03 +00:00
|
|
|
|
|
|
|
# these are files for local Tilt development:
|
|
|
|
_tiltbuild
|
|
|
|
tilt-resources/tilt-settings.json
|
|
|
|
tilt-resources/velero_v1_backupstoragelocation.yaml
|
|
|
|
tilt-resources/deployment.yaml
|
2022-10-11 06:18:21 +00:00
|
|
|
tilt-resources/node-agent.yaml
|
2021-08-31 01:37:18 +00:00
|
|
|
tilt-resources/cloud
|
2022-07-05 12:37:14 +00:00
|
|
|
|
2023-04-06 02:59:28 +00:00
|
|
|
# test generated files
|
2022-07-05 12:37:14 +00:00
|
|
|
test/e2e/report.xml
|
2023-04-06 02:59:28 +00:00
|
|
|
coverage.out
|
2024-11-25 04:40:40 +00:00
|
|
|
__debug_bin*
|
|
|
|
|
|
|
|
# make lint cache
|
|
|
|
.cache/
|