mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065252 - Ignore Emacs .dir-locals.el. r=ted
Ignore Emacs's directory variable files .dir-locals.el in all directory. It allows me to write ((c-mode . ((mode . c++)))) to view all .h files in C++ mode especially for those .h files generated by IDL without proper Emacs modeline. DONTBUILD because NPOTB
This commit is contained in:
parent
6d6d609ffd
commit
9cff591c33
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,6 +12,9 @@ ID
|
||||
# Vim swap files.
|
||||
.*.sw[a-z]
|
||||
|
||||
# Emacs directory variable files.
|
||||
**/.dir-locals.el
|
||||
|
||||
# User files that may appear at the root
|
||||
/.mozconfig*
|
||||
/mozconfig
|
||||
|
Loading…
Reference in New Issue
Block a user