Skip to content

Commit

Permalink
Merge pull request #1025 from rickardp/gitignore
Browse files Browse the repository at this point in the history
[Portability] Add build artifacts to .gitignore
  • Loading branch information
younesbelkada authored Feb 4, 2024
2 parents 5c0ba85 + c1a7952 commit ea77bfe
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -133,4 +153,5 @@ dmypy.json

dependencies
cuda_build
output/
.vscode/*

0 comments on commit ea77bfe

Please sign in to comment.