"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "30a5aa0f3a4daeaeeadeaed05791fcf2339a2221"
Unverified Commit ea77bfe9 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

Merge pull request #1025 from rickardp/gitignore

[Portability] Add build artifacts to .gitignore
parents 5c0ba851 c1a7952c
...@@ -2,9 +2,29 @@ ...@@ -2,9 +2,29 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
# C extensions
*.so *.so
*.dll
*.dylib
*.o
*.obj
*.air
*.metallib
# CMake generated files
CMakeCache.txt
CMakeScripts/
cmake_install.cmake
Makefile
CMakeFiles/
*.sln
*.vcxproj*
*.xcodeproj/
bitsandbytes.dir/
Debug/
Release/
# IDE local files
.vs/
# Distribution / packaging # Distribution / packaging
.Python .Python
...@@ -133,4 +153,5 @@ dmypy.json ...@@ -133,4 +153,5 @@ dmypy.json
dependencies dependencies
cuda_build cuda_build
output/
.vscode/* .vscode/*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment