spacemacs/.gitignore
Maximilian Wolff efe39163df
Revise quickurl layer
Added undocumented keybindings to README.org
Moved bindings from top level to application specific
Fix some smaller documentation issues
Added "quickurls" file to .gitignore
2019-12-14 20:13:01 +00:00

92 lines
1.2 KiB
Plaintext

auto-save-list/
elpa/
export/
!/core/tools/export/
ac-comphist.dat
eproject.lst
quickurls
.smex-items
\#*
.places
.ac-php-conf.json
.directory
.cache
/eww-bookmarks
eshell/history
.emacs.desktop
.emacs.desktop.lock
eshell/alias
eshell/lastdir
forge-database.sqlite
url/*
my-org/
org-files/
org-journal.cache
semanticdb/
edts/
.recentf
.recentf~
projectile.cache
projectile-bookmarks.eld
tramp
elnode/
var/
crown/
*.stackdump
bookmarks
/.my-keybindings.el.swp
.DS_Store
tmp/
/history
.python-environments/
server/
/network-security.data
*.elc
*.pyc
/*.zip
*.db
python-*-docs-html
/.cask/
/session.*
/srecode-map.el
/recentf
.mc-lists.el
nov-places
workspace
eclipse.jdt.ls
.dap-breakpoints
.lsp-session-*
.trello
.extension
mspyls/
transient/
bbdb
# Private directory
private/
!private/README.md
!private/snippets/README.md
!private/templates/README.md
!private/local/README.md
/games/
/doc/COMMUNITY.org
/doc/CONTRIBUTING.org
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
# source: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out