diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-05-25 17:20:15 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-05-25 17:20:15 +0200 |
commit | ac4d78432e8773df7be49954f92849164af0c4b1 (patch) | |
tree | 3b07a615a35f251fcb1dca23338fd2f320ad1ef9 /.gitignore | |
parent | eef1201bcc0064480bf281e8cafa1b3e14dbaa04 (diff) | |
download | mariadb-git-ac4d78432e8773df7be49954f92849164af0c4b1.tar.gz |
more files in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b24119d52c..77c5ae0538e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.spec *~ .*.swp +.gdb_history CMakeCache.txt CMakeFiles/ CPackConfig.cmake @@ -16,6 +17,7 @@ Docs/INFO_BIN Docs/INFO_SRC Makefile TAGS +Testing/ VERSION.dep client/async_example client/mysql |