Skip to content

Commit c73b5cb

Browse files
Starting 'super' fresh
1 parent 4de92c4 commit c73b5cb

File tree

1,404 files changed

+41
-345998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,404 files changed

+41
-345998
lines changed

.gitattributes

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,4 @@
1-
# Set default behaviour, in case users don't have core.autocrlf set.
21
* text=auto
3-
4-
# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
5-
*.cpp text
6-
*.c text
7-
*.mm text
8-
*.m text
9-
*.h text
10-
*.inl text
11-
*.lua text
12-
*.vert text
13-
*.frag text
14-
*.material text
15-
*.form text
16-
*.theme text
17-
*.particle text
18-
*.animation text
19-
*.audio text
20-
*.terrain text
21-
*.config text
22-
*.txt text
23-
*.xml text
24-
*.md text
25-
*.sh text
26-
*.project text
27-
*.cproject text
28-
29-
# Declare windows files that will always have CRLF line endings on checkout.
30-
*.sln text eol=crlf
31-
*.vcxproj text eol=crlf
32-
*.vcxproj.filters text eol=crlf
33-
.vsxproj.user text eol=crlf
342
*.bat text eol=crlf
35-
36-
# Denote all files that are truly binary and should not be modified.
37-
*.png binary
38-
*.jpg binary
39-
*.psd binary
40-
*.dds binary
41-
*.pvr binary
42-
*.r16 binary
43-
*.fbx binary
44-
*.mb binary
45-
*.ogg binary
46-
*.wav binary
47-
*.raw binary
48-
*.ttf binary
49-
*.gpb binary
3+
*.cmd text eol=crlf
4+
*.sh text eol=lf

.gitignore

Lines changed: 38 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,39 @@
1+
_*/
2+
.lastrun
3+
.lastformat
4+
.lastverify
5+
.DS_Store
6+
.cache
7+
.vscode/ipch
8+
/.vs
9+
10+
*.py[cod]
11+
*.swp
12+
*.diff
13+
*.patch
14+
15+
*.ico
16+
*.bmp
17+
*.png
18+
*.gif
19+
*.jpg
20+
*.jpeg
21+
*.tga
22+
*.psd
23+
*.raw
24+
*.exr
25+
*.hdr
26+
*.dds
27+
*.ktx
28+
*.spv
29+
*.dxbc
30+
*.dxil
31+
*.gltf
32+
*.glb
33+
*.fbx
34+
*.usd
35+
*.usda
36+
*.usdz
37+
*.obj
38+
*.mat
139
*.suo
2-
*.sdf
3-
*.opensdf
4-
*.layout
5-
*.depend
6-
*.pro.user
7-
.DS_Store*
8-
ehthumbs.db
9-
Icon?
10-
Thumbs.db
11-
.metadata
12-
.settings
13-
/ipch
14-
/build
15-
/cmake
16-
/Debug
17-
/Release
18-
/api/xml
19-
/bin
20-
/external-deps
21-
/api/html
22-
Makefile
23-
Makefile.Debug
24-
Makefile.Release
25-
gameplay.xcworkspace/xcshareddata/gameplay.xccheckout
26-
27-
/gameplay/Debug
28-
/gameplay/DebugMem
29-
/gameplay/Release
30-
/gameplay/android/NUL
31-
/gameplay/android/proguard.cfg
32-
/gameplay/android/proguard-project.txt
33-
/gameplay/android/local.properties
34-
/gameplay/android/bin
35-
/gameplay/android/gen
36-
/gameplay/android/libs
37-
/gameplay/android/obj
38-
/gameplay.xcworkspace/xcuserdata
39-
/gameplay/gameplay.xcodeproj/xcuserdata
40-
/gameplay/gameplay.vcxproj.user
41-
42-
/tools/encoder
43-
/tools/encoder/Debug
44-
/tools/encoder/Release
45-
/tools/encoder/gameplay-encoder.xcodeproj/xcuserdata
46-
/tools/encoder/gameplay-encoder.xcodeproj/project.xcworkspace/
47-
/tools/encoder/gameplay-encoder.vcxproj.user
48-
49-
/tools/luagen
50-
/tools/luagen/Release
51-
/tools/luagen/Debug
52-
/tools/luagen/gameplay-luagen.xcodeproj/xcuserdata
53-
/tools/luagen/gameplay-luagen.xcodeproj/project.xcworkspace/
54-
/tools/luagen/doxygen_entrydb_680.tmp
55-
/tools/luagen/doxygen_objdb_680.tmp
56-
/tools/luagen/xml
57-
58-
/tools/editor
59-
/tools/editor/src
60-
/tools/editor/Debug
61-
/tools/editor/Release
62-
63-
/samples/browser/Debug
64-
/samples/browser/DebugMem
65-
/samples/browser/Release
66-
/samples/browser/res/shaders
67-
/samples/browser/res/ui
68-
/samples/browser/res/logo_powered_white.png
69-
/samples/browser/src/org
70-
/samples/browser/android/src
71-
/samples/browser/android/assets
72-
/samples/browser/android/bin
73-
/samples/browser/android/gen
74-
/samples/browser/android/libs
75-
/samples/browser/android/obj
76-
/samples/browser/android/NUL
77-
/samples/browser/android/local.properties
78-
/samples/browser/android/proguard-project.txt
79-
/samples/browser/sample-browser.xcodeproj/xcuserdata
80-
/samples/browser/sample-browser.vcxproj.user
81-
82-
/samples/character/Debug
83-
/samples/character/DebugMem
84-
/samples/character/Release
85-
/samples/character/res/shaders
86-
/samples/character/res/ui
87-
/samples/character/res/logo_powered_white.png
88-
/samples/character/src/org
89-
/samples/character/android/src
90-
/samples/character/android/assets
91-
/samples/character/android/bin
92-
/samples/character/android/gen
93-
/samples/character/android/libs
94-
/samples/character/android/obj
95-
/samples/character/android/NUL
96-
/samples/character/android/local.properties
97-
/samples/character/android/proguard-project.txt
98-
/samples/character/android/proguard.cfg
99-
/samples/character/res/gamepad.xcf
100-
/samples/character/sample-character.xcodeproj/xcuserdata
101-
/samples/character/sample-character.vcxproj.user
102-
/samples/character/game.config
103-
104-
/samples/racer/Debug
105-
/samples/racer/DebugMem
106-
/samples/racer/Release
107-
/samples/racer/res/shaders
108-
/samples/racer/res/ui
109-
/samples/racer/res/logo_powered_white.png
110-
/samples/racer/src/org
111-
/samples/racer/android/src
112-
/samples/racer/android/assets
113-
/samples/racer/android/bin
114-
/samples/racer/android/gen
115-
/samples/racer/android/libs
116-
/samples/racer/android/obj
117-
/samples/racer/android/NUL
118-
/samples/racer/android/local.properties
119-
/samples/racer/android/proguard-project.txt
120-
/samples/racer/android/proguard.cfg
121-
/samples/racer/sample-racer.xcodeproj/xcuserdata
122-
/samples/racer/sample-racer.vcxproj.user
123-
/samples/racer/game.config
124-
125-
/samples/spaceship/Debug
126-
/samples/spaceship/DebugMem
127-
/samples/spaceship/Release
128-
/samples/spaceship/res/shaders
129-
/samples/spaceship/res/ui
130-
/samples/spaceship/res/logo_powered_white.png
131-
/samples/spaceship/src/org
132-
/samples/spaceship/android/src
133-
/samples/spaceship/android/assets
134-
/samples/spaceship/android/bin
135-
/samples/spaceship/android/gen
136-
/samples/spaceship/android/libs
137-
/samples/spaceship/android/obj
138-
/samples/spaceship/android/NUL
139-
/samples/spaceship/android/local.properties
140-
/samples/spaceship/android/proguard.cfg
141-
/samples/spaceship/android/proguard-project.txt
142-
/samples/spaceship/sample-spaceship.xcodeproj/xcuserdata
143-
/samples/spaceship/sample-spaceship.vcxproj.user

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)