Sort .gitignore alphabetically*

Preserved the order of ! (unignored) related entries
This commit is contained in:
duianto 2019-12-15 15:41:39 +01:00 committed by Maximilian Wolff
parent 29ecf6c97b
commit 1176c43660
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 68 additions and 68 deletions

136
.gitignore vendored
View File

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