diff --git a/.gitignore b/.gitignore index 2f929968b..46316e4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,29 @@ __pycache__/ *.py[cod] *$py.class - -# C extensions *.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 .Python @@ -133,4 +153,5 @@ dmypy.json dependencies cuda_build +output/ .vscode/*