This repository was archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (94 loc) · 1.63 KB
/
.gitignore
File metadata and controls
103 lines (94 loc) · 1.63 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Binary
libs/
bin/
obj/
apks/
tests/*_test
*.bin
*.webp
# Assets
assets/*.pieconfig
assets/*.piestate
assets/*.pinbus
assets/sound_banks/*.pinbank
assets/sounds/*.pinsound
assets/materials/*.fplmat
assets/overlays/*/*.pieconfig
assets/overlays/*/*.piestate
assets/overlays/*/*.pinbus
assets/overlays/*/sound_banks/*.pinbank
assets/overlays/*/sounds/*.pinsound
assets/overlays/*/materials/*.fplmat
# CMake files
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
flatbuffers/
googletest/
mathfu/
sdl/
pie_noon.build/
pie_noon.dir/
pie_noon.xcodeproj/
pie_noon_ios/pie_noon_ios.xcodeproj/
pie_noon_ios/pie_noon_ios.build/
pie_noon_ios/tests/
pie_noon_ios/assets/
pie_noon_ios/macosx/pie_noon_ios.xcodeproj/
pie_noon_ios/macosx/pie_noon_ios.build/
pie_noon_ios/macosx/tests/
pie_noon_ios/macosx/assets/
pie_noon_macosx/pie_noon_macosx.xcodeproj/
pie_noon_macosx/pie_noon_macosx.build/
pie_noon_macosx/tests/
pie_noon_macosx/assets/
tests/Debug/
tests/Release/
tests/pie_noon.build/
tests/angle_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/*
*.o
*.d
*.a
xcuserdata
# Visual Studio files
build/
*.sln
*.user
*.suo
*.vcxproj
*.vcxproj.filters
*.opensdf
*.sdf
*.pdb
Debug/
Win32/
pingme.txt
# qt creator
*.cbp
CMakeLists.txt.user.*
# Misc generated files
.tags
.tags_sorted_by_file
tags
pie_noon.tar.gz
docs/html/
docs/linklint_results/
# android build files
build.xml
gen/
local.properties
proguard-project.txt
# symlink to the Google Play Services library.
google-play-services_lib