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 @@
__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/*
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