From 1176c43660134df444733b4f50e791466ee854b8 Mon Sep 17 00:00:00 2001 From: duianto Date: Sun, 15 Dec 2019 15:41:39 +0100 Subject: [PATCH] Sort .gitignore alphabetically* Preserved the order of ! (unignored) related entries --- .gitignore | 136 ++++++++++++++++++++++++++--------------------------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/.gitignore b/.gitignore index 4784dfeec..e44c4554d 100644 --- a/.gitignore +++ b/.gitignore @@ -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