blob: 4f750fb752d099ba03626416ec9802b440176f6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/configure
/Makefile.include
/autom4te.cache/
/**/.gitignore
/**/.installed-*
/native/*/.installed-*
/native/*/x86-native/*
/native/*/x86_64-linux-gnu-native/*
/native/*/x86_64-darwin*.*.*-native/
/native/*/*-darwin*.*.*-native/
/native/*/armeabi-v7a-native/*
/target/*/.installed-*
/target/*/native/*
/target/*/x86/*
/target/*/x86_64-linux-android-**
/target/*/x86_64-linux-gnu-**
/target/*/armeabi-v7a-**
/target/*/arm*-linux-gnueabihf-**
/target/*/arm*-linux-androideabi-**
/target/*/arm*-linux-gnueabi-**
/target/*/aarch64-linux-**
/target/*/macosx*-target-**
/target/*/i686-linux-android-**
/target/*/iphoneos*.*_arm*-target-**
/target/*/iphonesimulator*.*_x86_64*-target-**
/target/*/appletvos*.*_arm64*-target-**
/target/*/appletvsimulator*.*_x86_64*-target-**
/pre-depends/
/pre-build-deps/
Toolchain.cmake
Toolchain-Native.cmake
config.site
config.site.native
/native/*/*native/
/JsonSchemaBuilder/bin/
/TexturePacker/bin/
/target/ffmpeg/.build-*
/target/ffmpeg/.ffmpeg-installed
/target/ffmpeg/ffmpeg-*-*.tar.gz
/target/ffmpeg/ffmpeg-*-*/
/tools/depends/target/ffmpeg/ffmpeg-install/
/tools/depends/target/Toolchain_binaddons.cmake
/tools/depends/target/config-binaddons.site
/target/cross-file.meson
/target/libfmt/fmt-*.tar.gz
/target/rapidjson/rapidjson-*.tar.gz
/target/flatbuffers/*.tar.gz
/target/libspdlog/spdlog-*.tar.gz
|