aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 93f679d143f303dfb516789ac54a50017bf43f9a (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
Debug/
Debug_Win32/
Debug_x64/
Debug_ARM/
Release/
Release_Win32/
Release_x64/
Release_ARM/
*.sdf
*.ncb
*.suo
src/*.sln
src/*.vcxproj
src/*.vcxproj.filters
samples/*.sln
samples/*.vcxproj
samples/*.vcxproj.filters
tests/*.sln
tests/*.vcxproj
tests/*.vcxproj.filters
build/*.sln
build/*.vcxproj
build/*.vcxproj.filters
util/*.sln
util/*.vcxproj
util/*.vcxproj.filters
*.vcxproj.user
patches-*
*.target.mk
ipch
debug.txt
*.opensdf
*.orig
*.rej
.gclient_entries
/third_party
tests/third_party
out
lib/*
Makefile
*.Makefile
*~
.gclient
angle_internal