mirror of
https://gitlab.com/niansa/PolicyToolLib.git
synced 2025-03-06 20:48:27 +01:00
41 lines
383 B
Text
41 lines
383 B
Text
# 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
|