github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/.gitignore (about) 1 # Temporary Build Files 2 build/_output 3 build/_test 4 bin/ 5 testbin/ 6 env 7 .env 8 .cache 9 # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode 10 ### Emacs ### 11 # -*- mode: gitignore; -*- 12 *~ 13 \#*\# 14 /.emacs.desktop 15 /.emacs.desktop.lock 16 *.elc 17 auto-save-list 18 tramp 19 .\#* 20 # Org-mode 21 .org-id-locations 22 *_archive 23 # flymake-mode 24 *_flymake.* 25 # eshell files 26 /eshell/history 27 /eshell/lastdir 28 # elpa packages 29 /elpa/ 30 # reftex files 31 *.rel 32 # AUCTeX auto folder 33 /auto/ 34 # cask packages 35 .cask/ 36 dist/ 37 # Flycheck 38 flycheck_*.el 39 # server auth directory 40 /server/ 41 # projectiles files 42 .projectile 43 projectile-bookmarks.eld 44 # directory configuration 45 .dir-locals.el 46 # saveplace 47 places 48 # url cache 49 url/cache/ 50 # cedet 51 ede-projects.el 52 # smex 53 smex-items 54 # company-statistics 55 company-statistics-cache.el 56 # anaconda-mode 57 anaconda-mode/ 58 ### Go ### 59 # Binaries for programs and plugins 60 *.exe 61 *.exe~ 62 *.dll 63 *.so 64 *.dylib 65 # Test binary, build with 'go test -c' 66 *.test 67 # Output of the go coverage tool, specifically when used with LiteIDE 68 *.out 69 ### Vim ### 70 # swap 71 .sw[a-p] 72 .*.sw[a-p] 73 # session 74 Session.vim 75 # temporary 76 .netrwhist 77 # auto-generated tag files 78 tags 79 ### VisualStudioCode ### 80 .vscode/* 81 .history 82 # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode 83 #IDE (GoLand) specific 84 .idea/ 85 # test-environment files 86 registry-login.conf