-
Notifications
You must be signed in to change notification settings - Fork 198
/
.gitignore
37 lines (32 loc) · 988 Bytes
/
.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
#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
# Temp files created by most text editors.
*~
# Merge files created by git.
*.orig
# Byte compiled python modules.
*.pyc
# vim swap files
.*.swp
.sw?
# OS X specific files.
.DS_Store
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# Commonly used name for build products, at the top level.
/build
.build
/Packages
/utils/tools
# Ignore Sphinx build products.
docs/_build
# Don't check in Xcode user data.
xcuserdata
/llbuild.xcodeproj/xcshareddata/xcbaselines
*.xcscmblueprint
# Visual Studio cache/options directory
.vs/
# Ingore SwiftPM's configuration/cache directory.
.swiftpm