mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
25 lines
262 B
Plaintext
25 lines
262 B
Plaintext
|
# OSX leaves these everywhere on SMB shares
|
||
|
._*
|
||
|
|
||
|
# Eclipse files
|
||
|
.classpath
|
||
|
.project
|
||
|
.settings/**
|
||
|
|
||
|
# Idea files
|
||
|
.idea/**
|
||
|
.idea/
|
||
|
|
||
|
# Emacs save files
|
||
|
*~
|
||
|
|
||
|
# Vim-related files
|
||
|
[._]*.s[a-w][a-z]
|
||
|
[._]s[a-w][a-z]
|
||
|
*.un~
|
||
|
Session.vim
|
||
|
.netrwhist
|
||
|
|
||
|
# Go test binaries
|
||
|
*.test
|