diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-04 19:50:37 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-04 19:50:37 +0200 |
commit | 1308587c25cc28248c3d38748f76bb9e6324b929 (patch) | |
tree | 00a45a88dcca36c51ee0898cc66f16d54c9d0996 /.gitignore | |
parent | cc41b36af9372e6396d10198bbf286b49d8a5255 (diff) | |
download | emacs-1308587c25cc28248c3d38748f76bb9e6324b929.tar.gz |
Ignore test/data/mml-sec/random_seed
The file is generated when mml-sec-tests is run.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 890e63a4318..d69a40af8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,7 @@ test/manual/etags/regexfile test/manual/etags/ETAGS test/manual/etags/CTAGS test/manual/indent/*.new +test/data/mml-sec/random_seed # ctags, etags. TAGS |