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