diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2017-07-18 00:01:48 +0600 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-07-17 22:24:24 +0400 |
commit | bc75c57cfc18be64f167d91c431076f581b0382b (patch) | |
tree | fc724d37cfb03a23452eb39307b24620ec9a7efc | |
parent | 013595f56f7571f670deb91da5eab9515e5e719c (diff) | |
download | mariadb-git-bc75c57cfc18be64f167d91c431076f581b0382b.tar.gz |
update .gitignore
during build on 10.2 following files are generated:
* scripts/galera_new_cluster
* scripts/galera_recovery
* support-files/mariadb.service
* support-files/mariadb.pp
and they are untracked for git. Let's add them to .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 30b1521ce92..b5cc5abdb0b 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,8 @@ scripts/wsrep_sst_xtrabackup scripts/wsrep_sst_xtrabackup-v2 scripts/maria_add_gis_sp.sql scripts/maria_add_gis_sp_bootstrap.sql +scripts/galera_new_cluster +scripts/galera_recovery sql-bench/bench-count-distinct sql-bench/bench-init.pl sql-bench/compare-results @@ -222,6 +224,7 @@ support-files/config.medium.ini support-files/config.small.ini support-files/mariadb.pc support-files/mariadb@.service +support-files/mariadb.service support-files/my-huge.cnf support-files/my-innodb-heavy-4G.cnf support-files/my-large.cnf @@ -235,6 +238,7 @@ support-files/mysqld_multi.server support-files/wsrep.cnf support-files/wsrep_notify support-files/policy/selinux/mysqld-safe.pp +support-files/mariadb.pp tags tests/async_queries tests/bug25714 |