-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (87 loc) · 2.46 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
# Copyright 2012 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Ignore GYP generated Visual Studio artifacts (Common across versions).
*.ncb
*.sln
*.suo
*.user
# Ignore GYP generated Visual Studio 2008 artifacts.
*.vcproj
# Ignore GYP generated Visual Studio 2010 artifacts.
# Note: This excludes *.xml, which is rather heavy handed. The
# generated VS2010 projects each have a project.xml file created
# (which is unfortunate, as one can easily envision such a file
# being included in a given project). As, thus far, we haven't
# had occasion to include a *.xml file, we'll default to needing
# to jump through a small hoop to remember to add one if the need
# arises.
*.filters
*.opensdf
*.props
*.rules
*.sdf
*.targets
*.vcxproj
*.xml
# Ignore precompiled header data generated by VS2010 IntelliSense.
# These get placed in 'ipch' folders throughout the project.
*/ipch/
# Ignore compiled Python files.
*.pyc
# Ignore build output directories
/sawbuck/py/etw/build/
# Ignore doxygen output.
/syzygy/doc/
# Ignore the LASTCHANGE/TIMESTAMP files generated by gclient hooks.
/syzygy/build/LASTCHANGE.gen
/syzygy/build/TIMESTAMP.gen
# Ignore ninja's files and outputs
/out/
# Ignore directories gclient syncs.
/base/
/build/
/google_apis/
/googleurl/
/skia/
/syzygy/internal
/testing/
/third_party/coverage_analyzer/
/third_party/distorm/files
/third_party/dromaeo/files
/third_party/jemalloc/
/third_party/googleappengine
/third_party/icu/
/third_party/libevent/
/third_party/libjpeg/
/third_party/libxml/
/third_party/modp_b64/
/third_party/nss/
/third_party/platformsdk_win7/
/third_party/protobuf/src/
/third_party/psyco_win32/
/third_party/python_26/
/third_party/sawbuck/py/
/third_party/skia/
/third_party/sqlite/
/third_party/tcmalloc
/third_party/vsssdk72/
/third_party/wtl/
/third_party/zlib/
/tools/
# Ignore SVN metadata.
.svn/
# Ignore Python build artifacts
*.egg-info/
# Ignore developer specific GYP configuration.
syzygy.gyp_env