#==============================================================================#
# 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

# Ignore Sphinx build products.
docs/_build

# Don't check in Xcode user data.
xcuserdata
/llbuild.xcodeproj/xcshareddata/xcbaselines

# Visual Studio cache/options directory
.vs/

# Ingore SwiftPM's configuration/cache directory.
.swiftpm
