diff options
author | bcnjr5 <bcnjr5@gmail.com> | 2013-04-25 09:56:40 -0400 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-06-03 04:30:59 +0200 |
commit | 64befefcfcf6f9631d361d1326c53c8968b88e59 (patch) | |
tree | 340916c75c0743ed13d29e6b32c29006066b1696 /.gitignore | |
parent | 6f9d3843112ea04dd159984af4470fa8456b18f0 (diff) | |
download | minetest-64befefcfcf6f9631d361d1326c53c8968b88e59.tar.gz minetest-64befefcfcf6f9631d361d1326c53c8968b88e59.tar.bz2 minetest-64befefcfcf6f9631d361d1326c53c8968b88e59.zip |
Add Code::Blocks project and build files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c8f21e504..db131c29f 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,7 @@ CPackSourceConfig.cmake Makefile cmake_install.cmake locale/ +*.cbp +*.layout +*.o |