blob: c50f0222c5b7a2b2f33aa31a8ea35ca2e5e594b9 [file] [log] [blame]
#==============================================================================#
# 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
# Ignore Sphinx build products.
docs/_build
# Don't check in Xcode user data.
xcuserdata
# Visual Studio cache/options directory
.vs/