diff options
author | celeron55 <celeron55@gmail.com> | 2012-02-28 10:44:40 -0800 |
---|---|---|
committer | celeron55 <celeron55@gmail.com> | 2012-02-28 10:44:40 -0800 |
commit | 0f8b91bfba56bf75eee459f25237c67f32bc0c1a (patch) | |
tree | 2c3ff6493b82f6a9b34152d6d2f925c73505b7b4 /.gitignore | |
parent | b7fd3c86693bcb53f66c6b4b2d83248c534aa17b (diff) | |
parent | ac69a3561a71c3b51066f8836a733fe058c38b22 (diff) | |
download | minetest-0f8b91bfba56bf75eee459f25237c67f32bc0c1a.tar.gz minetest-0f8b91bfba56bf75eee459f25237c67f32bc0c1a.tar.bz2 minetest-0f8b91bfba56bf75eee459f25237c67f32bc0c1a.zip |
Merge pull request #46 from garrosh/master
Add *~ to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 654e3ceaf..1d89854f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ map/* world/* CMakeFiles/* |