diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-01-28 17:48:57 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-01-28 17:48:57 +0200 |
commit | 9aaa3e1fdab5f25017734d518f6cabd7b21d6891 (patch) | |
tree | 1bea68314a4cde080e0ea201fe69affb7ead330e /.gitignore | |
parent | c5df6e1448d356287c6290b450a83d8a1ee51d51 (diff) | |
download | mariadb-git-9aaa3e1fdab5f25017734d518f6cabd7b21d6891.tar.gz |
Ingore sysusers and tmpfiles artifacts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4a633f79f04..da399198eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -226,6 +226,8 @@ support-files/mysqld_multi.server support-files/wsrep.cnf support-files/wsrep_notify support-files/policy/selinux/mysqld-safe.pp +support-files/sysusers.conf +support-files/tmpfiles.conf tags tests/async_queries tests/bug25714 |