2019-10-28 09:35:30 +00:00
|
|
|
# Temporary Build Files
|
|
|
|
build/_output
|
|
|
|
build/_test
|
|
|
|
# Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
|
|
|
|
### Emacs ###
|
|
|
|
# -*- mode: gitignore; -*-
|
|
|
|
*~
|
|
|
|
\#*\#
|
|
|
|
/.emacs.desktop
|
|
|
|
/.emacs.desktop.lock
|
|
|
|
*.elc
|
|
|
|
auto-save-list
|
|
|
|
tramp
|
|
|
|
.\#*
|
|
|
|
# Org-mode
|
|
|
|
.org-id-locations
|
|
|
|
*_archive
|
|
|
|
# flymake-mode
|
|
|
|
*_flymake.*
|
|
|
|
# eshell files
|
|
|
|
/eshell/history
|
|
|
|
/eshell/lastdir
|
|
|
|
# elpa packages
|
|
|
|
/elpa/
|
|
|
|
# reftex files
|
|
|
|
*.rel
|
|
|
|
# AUCTeX auto folder
|
|
|
|
/auto/
|
|
|
|
# cask packages
|
|
|
|
.cask/
|
|
|
|
dist/
|
|
|
|
# Flycheck
|
|
|
|
flycheck_*.el
|
|
|
|
# server auth directory
|
|
|
|
/server/
|
|
|
|
# projectiles files
|
|
|
|
.projectile
|
|
|
|
projectile-bookmarks.eld
|
|
|
|
# directory configuration
|
|
|
|
.dir-locals.el
|
|
|
|
# saveplace
|
|
|
|
places
|
|
|
|
# url cache
|
|
|
|
url/cache/
|
|
|
|
# cedet
|
|
|
|
ede-projects.el
|
|
|
|
# smex
|
|
|
|
smex-items
|
|
|
|
# company-statistics
|
|
|
|
company-statistics-cache.el
|
|
|
|
# anaconda-mode
|
|
|
|
anaconda-mode/
|
|
|
|
### Go ###
|
2019-10-23 02:10:07 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2019-10-28 09:35:30 +00:00
|
|
|
# Test binary, build with 'go test -c'
|
2019-10-23 02:10:07 +00:00
|
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2019-10-28 09:35:30 +00:00
|
|
|
### Vim ###
|
|
|
|
# swap
|
|
|
|
.sw[a-p]
|
|
|
|
.*.sw[a-p]
|
|
|
|
# session
|
|
|
|
Session.vim
|
|
|
|
# temporary
|
|
|
|
.netrwhist
|
|
|
|
# auto-generated tag files
|
|
|
|
tags
|
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
.history
|
|
|
|
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
|
|
|
|
|
|
|
|
### GoLand ###
|
|
|
|
.idea
|