Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
ea77bfe9
Unverified
Commit
ea77bfe9
authored
Feb 04, 2024
by
Younes Belkada
Committed by
GitHub
Feb 04, 2024
Browse files
Merge pull request #1025 from rickardp/gitignore
[Portability] Add build artifacts to .gitignore
parents
5c0ba851
c1a7952c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
.gitignore
.gitignore
+23
-2
No files found.
.gitignore
View file @
ea77bfe9
...
...
@@ -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/*
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