mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Git: Ignore .cxx intermediate output directory
This is produced by CMake e.g. in FFmpeg extension. The directory is created in projectDir rather than buildDir.
This commit is contained in:
parent
f6116a121a
commit
b956861442
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -52,6 +52,7 @@ tmp
|
|||
|
||||
# External native builds
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
|
||||
# VP9 decoder extension
|
||||
libraries/decoder_vp9/src/main/jni/libvpx
|
||||
|
|
|
|||
Loading…
Reference in a new issue