Changeset View
Changeset View
Standalone View
Standalone View
.gitignore
Show All 15 Lines | |||||
# Byte compiled python modules. | # Byte compiled python modules. | ||||
*.pyc | *.pyc | ||||
*.pyproj | *.pyproj | ||||
# pyenv settings | # pyenv settings | ||||
.python-version | .python-version | ||||
*.sln | *.sln | ||||
*.suo | *.suo | ||||
# vim swap files | # vim swap files | ||||
.*.swp | .*.sw? | ||||
.sw? | .sw? | ||||
# OS X specific files. | # OS X specific files. | ||||
.DS_store | .DS_store | ||||
DerivedData/ | DerivedData/ | ||||
# Remote build configuration files. | # Remote build configuration files. | ||||
.remote-build.conf | .remote-build.conf | ||||
build/ | build/ | ||||
pyproj/ | pyproj/ | ||||
llvm-build/ | llvm-build/ | ||||
ninja/ | ninja/ | ||||
*xcuserdata | *xcuserdata | ||||
test/20* | test/20* | ||||
__pycache__/ | __pycache__/ | ||||
*.lock | *.lock | ||||
*.so | *.so | ||||
a.out | |||||
*.o | |||||
*.d | |||||
*.dwo | |||||
.ycm_extra_conf.py | |||||
clang-module-cache | clang-module-cache | ||||
# Skip ctags-style tags files | # Skip ctags-style tags files | ||||
tags | tags | ||||
# We should ignore Xcode-style embedding of llvm/ at lldb root dir. | # We should ignore Xcode-style embedding of llvm/ at lldb root dir. | ||||
# Do not add trailing '/'s, they skip symlinks. | # Do not add trailing '/'s, they skip symlinks. | ||||
/llvm | /llvm | ||||
Show All 9 Lines |