diff options
author | Richard Levitte <levitte@openssl.org> | 2015-08-31 21:45:56 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-09-01 01:17:46 +0200 |
commit | d7c02691a5e6f2716759eacb6f48c39f15ee57c8 (patch) | |
tree | b97045c7adb9d5097ed5cff9e18e11d302372e79 /.gitignore | |
parent | make update (diff) | |
download | openssl-d7c02691a5e6f2716759eacb6f48c39f15ee57c8.tar.xz openssl-d7c02691a5e6f2716759eacb6f48c39f15ee57c8.zip |
Ignore .dir-locals.el
Because we recently encourage people to have a .dir-locals.el, it's a good
idea to ignore it on a git level.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac1c4c689e..329283742c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .#* \#*# *~ +/.dir-locals.el # Top level excludes /Makefile.bak |