mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-25 01:54:43 +00:00
41 lines
424 B
Text
Vendored
41 lines
424 B
Text
Vendored
# C extensions
|
|
*.so
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# vim
|
|
*~
|
|
*.swp
|
|
|
|
# Visual Studio build
|
|
*.ipch
|
|
.vs/
|
|
output/
|
|
include/
|
|
*.exp
|
|
*.pdb
|
|
*.lib
|
|
*.dll
|
|
*.exe
|
|
obj.*
|
|
*.ipdb
|
|
*.iobj
|
|
*.tlog
|
|
*.log
|
|
*.obj
|
|
*.user
|
|
*.recipe
|
|
/bin.*
|
|
*.vcxproj.FileListAbsolute.txt
|
|
*.vcxprojAssemblyReference.cache
|