forked from google/pienoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (60 loc) · 890 Bytes
/
.gitignore
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Binary
libs/
bin/
obj/
apks/
tests/*_test
*.bin
*.webp
# CMake files
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
flatbuffers/
googletest/
mathfu/
sdl/
pie_noon.build/
pie_noon.xcodeproj/
pie_noon.dir/
tests/Debug/
tests/Release/
tests/pie_noon.build/
tests/angle_test.dir/
tests/audio_engine_test.dir/
tests/character_state_machine_test.dir/
tests/impel_test.dir/
libogg/liblibogg.a
libvorbis/liblibvorbis.a
sdl_mixer/libsdl_mixer.a
webp/libwebp.a
webp/libexampleutil.a
webp/cwebp
webp/dwebp
webp/include/*
# Visual Studio files
build/
*.sln
*.user
*.suo
*.vcxproj
*.vcxproj.filters
Debug/
Win32/
# qt creator
*.cbp
# Misc generated files
tags
pie_noon.tar.gz
docs/html/
docs/linklint_results/
# android build files
build.xml
gen/
local.properties
proguard-project.txt
src_java/org/
# symlink to the Google Play Services library.
google-play-services_lib