forked from google/zooshi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
101 lines (89 loc) · 1.32 KB
/
.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
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
# Git ignore file for zooshi:
apks/
assets/*.pinbus
assets/*.pinconfig
assets/*.zooassets
assets/*.zooconfig
assets/*.zooentity
assets/*.zooinconfig
assets/anims/
assets/flatbufferschemas/
assets/fonts/
assets/graphs/
assets/hyphen-data/
assets/materials/
assets/meshes/
assets/rails/
assets/shaders/font.*
assets/shaders/font_*
assets/shaders/fplbase/
assets/sound_banks/*.pinbank
assets/sounds/*.pinsound
assets/textures/
assets/overlays/
bin/
built_assets/
fplbase_assets/
gen/
libs/
obj/
# CMake files
CMakeCache.txt
CMakeFiles/*
CMakeLists.txt.user
CMakeScripts/*
Makefile
cmake_install.cmake
tests/CMakeFiles/*
tests/Makefile
tests/cmake_install.cmake
*.xcodeproj/
# Visual Studio files
*.opensdf
*.pdb
*.sdf
*.sln
*.suo
*.user
*.vcxproj
*.vcxproj.filters
Debug/
Win32/
build/
ipch
pingme.txt
# qt creator
*.cbp
CMakeLists.txt.user.*
# Unit test executables:
tests/sample_test
# android build files
build.xml
gen/
local.properties
proguard-project.txt
src_java/org/
src_java/com/google/fpl/fplbase/
# symlink to the Google Play Services library.
google-play-services_lib
# misc files
tags
# emacs backup files
*~
# OSX files
.DS_Store
# XCode files
*.xcscheme
*.xcsettings
*.xcuserstate
*.xcworkspacedata
*.xccheckout
# Gradle files
.gradle/
.idea/
gradle/
*.iml
.externalNativeBuild/
gradlew
gradlew.bat
dependencies/firebase_cpp_sdk/