Commit f0e3b72f authored by Rickard's avatar Rickard
Browse files

Add build artifacts to .gitignore

parent 5c0ba851
...@@ -2,9 +2,26 @@ ...@@ -2,9 +2,26 @@
__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/
# Distribution / packaging # Distribution / packaging
.Python .Python
...@@ -133,4 +150,5 @@ dmypy.json ...@@ -133,4 +150,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