From 25fe3e1b01d727c5aa1366e3d2fd5971821e5c1d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 31 Oct 2015 10:45:55 -0200 Subject: [PATCH] Iniciando testes para implementação de módulo python. --- .gitignore | 5 +++++ src/python/py3270.cbp | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 0 deletions(-) create mode 100644 src/python/py3270.cbp diff --git a/.gitignore b/.gitignore index acc6e7f..91d62cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.nsi *.exe *.tmp +*.layout +*.bak +*.depend ChangeLog* Makefile aclocal.m4 @@ -33,4 +36,6 @@ src/pw3270/pw3270-logo.png src/pw3270/pw3270.png src/pw3270/v3270/marshal.c src/pw3270/v3270/marshal.h +src/plugins/dbus3270/dbus-glue.h + diff --git a/src/python/py3270.cbp b/src/python/py3270.cbp new file mode 100644 index 0000000..6a3f2c8 --- /dev/null +++ b/src/python/py3270.cbp @@ -0,0 +1,53 @@ + + + + + + -- libgit2 0.21.2