new binaries with msvcr90

This commit is contained in:
n1nj4sec 2015-09-24 20:45:04 +02:00
parent 390929f316
commit de8436e40f
1 changed files with 4 additions and 4 deletions

8
.gitignore vendored
View File

@ -3,9 +3,6 @@ pupy/data/
pupy/.pupy_history
.DS_Store
# do not ignore package & templates files
!pupy/packages/
!pupy/payload_templates/
#do not redistribute microsoft visual C++ DLLs (LICENSE)
client/sources/resources/msvcr90.dll
@ -28,11 +25,14 @@ client/sources/resources/library_compressed_string_x86.txt
client/sources/resources/library_compressed_string_x64.txt
client/sources/resources_msvcr90_dll.c
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# do not ignore package & templates files
!pupy/packages/
!pupy/payload_templates/
# C extensions
*.so