diff options
author | ClobberXD <ClobberXD@gmail.com> | 2018-09-29 19:55:10 +0530 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-09-29 16:25:10 +0200 |
commit | 5f0c969485577c8fbe35b54505e37bace0516a84 (patch) | |
tree | 85dc0c7b7a436623cd32ee5f69cb13017977c67a /.gitignore | |
parent | b9343a7da4b02f48ed298c5d352f4fbcda585822 (diff) | |
download | minetest-5f0c969485577c8fbe35b54505e37bace0516a84.tar.gz minetest-5f0c969485577c8fbe35b54505e37bace0516a84.tar.bz2 minetest-5f0c969485577c8fbe35b54505e37bace0516a84.zip |
Add test_config.h to gitignore (#7708)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index acbdbd92d..dd06dfb30 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ locale/ *.ninja .ninja* *.gch +test_config.h cmake-build-debug/ cmake-build-release/ cmake_config.h |