diff options
author | Phil Burk <[email protected]> | 2020-10-30 12:27:04 -0700 |
---|---|---|
committer | Phil Burk <[email protected]> | 2020-10-30 12:27:04 -0700 |
commit | d8d2486fb26c627e3425df5e313a5b5aa615fed5 (patch) | |
tree | 9ae0e16ba8bc1d024a0cb84c22407114c406650b /.gitignore | |
parent | 8cb3e5349f4478b0ee91fc6f9100ef8c6d0298a7 (diff) |
build: fix ANT build
It was broken by the changes made for gradle.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ build/ # A temporary file sometimes generated temp_recording.wav + +# Ignore files generated by ant. +buildant/ +dist/ + |