diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-20 03:16:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-20 03:16:10 +0300 |
commit | 0c43864f18b9cc2ac314f76452e89c32b342fd62 (patch) | |
tree | cbda927501ec00443bb3f06425449d1bef25a449 /test/.gitignore | |
parent | cxx: implement "boxes" (diff) | |
download | aes-tools-0c43864f18b9cc2ac314f76452e89c32b342fd62.tar.gz aes-tools-0c43864f18b9cc2ac314f76452e89c32b342fd62.zip |
ignore Intel SDE's log files
Diffstat (limited to '')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 37627a1..e3dad80 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ *.log pin-log.txt +sde-log.txt |