Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
f0e3b72f
Commit
f0e3b72f
authored
Feb 03, 2024
by
Rickard
Browse files
Add build artifacts to .gitignore
parent
5c0ba851
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
.gitignore
.gitignore
+20
-2
No files found.
.gitignore
View file @
f0e3b72f
...
...
@@ -2,9 +2,26 @@
__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/
# Distribution / packaging
.Python
...
...
@@ -133,4 +150,5 @@ dmypy.json
dependencies
cuda_build
output/
.vscode/*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment