diff options
author | Christian Hopps <chopps@labn.net> | 2023-04-18 11:12:58 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-04-18 11:18:26 +0200 |
commit | 960ab543cf3c6c2cffc587da8bbe3f25515c9abe (patch) | |
tree | 624e333114b025bdd24a3ddd115652ace709319d /.gitignore | |
parent | Merge pull request #13319 from anlancs/pimd-wrong-comment-nht (diff) | |
download | frr-960ab543cf3c6c2cffc587da8bbe3f25515c9abe.tar.xz frr-960ab543cf3c6c2cffc587da8bbe3f25515c9abe.zip |
style: add format checker config that matches FRR style standards
Also move .dir-locals.el to a sample file. This file should not be
in the repository as it affects the user's ability to modify it.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fb40ee52f..3dd6a4440 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ {arch} build .cache +.dir-locals.el .msg .rebase-* *~ |