Commit e8333389 authored by Olivier Bertrand's avatar Olivier Bertrand

.gitignore

parent fff61e31
...@@ -3,19 +3,16 @@ ...@@ -3,19 +3,16 @@
*.reject *.reject
*.spec *.spec
*.bak *.bak
*.dgcov
*.rpm
.*.swp .*.swp
*.ninja *.ninja
.ninja_* .ninja_*
.gdb_history .gdb_history
errmsg.sys errmsg.sys
typescript typescript
_CPack_Packages
CMakeCache.txt CMakeCache.txt
CMakeFiles/ CMakeFiles/
MakeFile MakeFile
install_manifest*.txt install_manifest.txt
CPackConfig.cmake CPackConfig.cmake
CPackSourceConfig.cmake CPackSourceConfig.cmake
CTestTestfile.cmake CTestTestfile.cmake
...@@ -49,8 +46,6 @@ extra/comp_err ...@@ -49,8 +46,6 @@ extra/comp_err
extra/innochecksum extra/innochecksum
extra/jemalloc/build/ extra/jemalloc/build/
extra/jemalloc/tmp/ extra/jemalloc/tmp/
extra/mariabackup/mariabackup
extra/mariabackup/mbstream
extra/my_print_defaults extra/my_print_defaults
extra/mysql_waitpid extra/mysql_waitpid
extra/mysqld_safe_helper extra/mysqld_safe_helper
...@@ -84,9 +79,6 @@ mysql-test/lib/My/SafeProcess/my_safe_process ...@@ -84,9 +79,6 @@ mysql-test/lib/My/SafeProcess/my_safe_process
mysql-test/mtr mysql-test/mtr
mysql-test/mysql-test-run mysql-test/mysql-test-run
mysql-test/var mysql-test/var
mysql-test-gcov.err
mysql-test-gcov.msg
mysys/test_hash
mysys/thr_lock mysys/thr_lock
mysys/thr_timer mysys/thr_timer
packaging/rpm-oel/mysql.spec packaging/rpm-oel/mysql.spec
...@@ -126,7 +118,6 @@ scripts/mytop ...@@ -126,7 +118,6 @@ scripts/mytop
scripts/wsrep_sst_common scripts/wsrep_sst_common
scripts/wsrep_sst_mysqldump scripts/wsrep_sst_mysqldump
scripts/wsrep_sst_rsync scripts/wsrep_sst_rsync
scripts/wsrep_sst_mariabackup
scripts/wsrep_sst_xtrabackup scripts/wsrep_sst_xtrabackup
scripts/wsrep_sst_xtrabackup-v2 scripts/wsrep_sst_xtrabackup-v2
scripts/maria_add_gis_sp.sql scripts/maria_add_gis_sp.sql
...@@ -185,9 +176,6 @@ storage/myisam/myisamlog ...@@ -185,9 +176,6 @@ storage/myisam/myisamlog
storage/myisam/myisampack storage/myisam/myisampack
storage/myisam/rt_test storage/myisam/rt_test
storage/myisam/sp_test storage/myisam/sp_test
storage/rocksdb/ldb
storage/rocksdb/mysql_ldb
storage/rocksdb/sst_dump
storage/tokudb/PerconaFT/buildheader/db.h storage/tokudb/PerconaFT/buildheader/db.h
storage/tokudb/PerconaFT/buildheader/make_tdb storage/tokudb/PerconaFT/buildheader/make_tdb
storage/tokudb/PerconaFT/buildheader/runcat.sh storage/tokudb/PerconaFT/buildheader/runcat.sh
...@@ -214,7 +202,6 @@ storage/tokudb/PerconaFT/tools/tokudb_load ...@@ -214,7 +202,6 @@ storage/tokudb/PerconaFT/tools/tokudb_load
storage/tokudb/PerconaFT/tools/tokuftdump storage/tokudb/PerconaFT/tools/tokuftdump
storage/tokudb/PerconaFT/tools/tokuft_logprint storage/tokudb/PerconaFT/tools/tokuft_logprint
storage/tokudb/PerconaFT/xz/ storage/tokudb/PerconaFT/xz/
strings/conf_to_src
support-files/MySQL-shared-compat.spec support-files/MySQL-shared-compat.spec
support-files/binary-configure support-files/binary-configure
support-files/config.huge.ini support-files/config.huge.ini
...@@ -251,10 +238,6 @@ storage/mroonga/vendor/groonga/src/groonga-benchmark ...@@ -251,10 +238,6 @@ storage/mroonga/vendor/groonga/src/groonga-benchmark
storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset
storage/mroonga/mysql-test/mroonga/storage/r/information_schema_plugins.result storage/mroonga/mysql-test/mroonga/storage/r/information_schema_plugins.result
storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result
xxx/*
yyy/*
zzz/*
# C and C++ # C and C++
# Compiled Object files # Compiled Object files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment