blob: 63984925875e72da58841bbad8cde988d3b88b65 (
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
|
*.Makefile
*.mk
*.mode*
*.pbxuser
*.perspective*
*.pyc
.DS_Store
.directory
autoinstall.cache.d
# Ignore auto-generated files by VS2005 and VS2010.
*.ncb
*.opensdf
*.props
*.sdf
*.sln
*.suo
*.targets
*.vcproj
*.vcproj.*.user
*.vcxproj.user
*.vcxproj
*.vcxproj.filters
Source/core/make_core_generated.xml
# Ignore Eclipse project files
.project
.cproject
/.settings
# Ignore common tool auto-generated files.
.gdb_history
tags
*~
.*.sw[a-p]
# For best performance, place rules for deep paths in the parent directory.
# For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,
# place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore
|