Update .gitignore to ignore audio files.
This commit is contained in:
parent
8f29ee87e3
commit
97e13ee83d
|
@ -23,3 +23,6 @@
|
|||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
# Downloaded audio
|
||||
*.wav
|
||||
*.wav.tmp
|
Loading…
Reference in New Issue