diff options
author | NeroBurner <pyro4hell@gmail.com> | 2021-06-21 21:51:42 +0200 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2021-10-18 18:11:33 +0100 |
commit | 27f4195471fbbac33b5cdc19025ec5aa6c118a75 (patch) | |
tree | 193758bcafe425e7dcb9d77796ec3674eea182b6 /android/.gitignore | |
parent | b2596eda32a41a8008b6979d7a29e0c225421a3a (diff) | |
download | minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.gz minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.bz2 minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.zip |
Move build/android directory to root of project (#11283)
Diffstat (limited to 'android/.gitignore')
-rw-r--r-- | android/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 000000000..e0613f8b3 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,11 @@ +*.iml +.externalNativeBuild +.gradle +app/build +app/release +app/src/main/assets +build +local.properties +native/.* +native/build +native/deps |