1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 01:15:43 +01:00

Stricter greedy matching and validity checking

Fixed period matching, stricter matching on directories, and fixed greedy star character matching only #s
Note: Fairly sure that Emacs doesn't make ?\#* or .*\.\#* files on line 9 and instead matches filename.#extension
This commit is contained in:
Michael Borden 2013-12-10 01:49:57 -08:00
parent 7b684c2866
commit 11f99651a8

View File

@ -1,23 +1,23 @@
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
.*~
\#.*\#
\/\.emacs\.desktop
\/\.emacs\.desktop\.lock
.*\.elc
auto-save-list
tramp
.\#*
\.\#.*
# Org-mode
.org-id-locations
*_archive
\.org-id-locations
.*_archive
# flymake-mode
*_flymake.*
.*_flymake\..*
# eshell files
/eshell/history
/eshell/lastdir
\/eshell\/history
\/eshell\/lastdir
# elpa packages
/elpa/
\/elpa\/