From 19ae9da30605089dfdbc46336893d02a17731809 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 23 Mar 2011 04:00:42 +0100 Subject: [PATCH] add gitignore files --- software/.gitignore | 3 +++ software/Makefile | 4 ++-- software/modules/.gitignore | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 software/.gitignore create mode 100644 software/modules/.gitignore diff --git a/software/.gitignore b/software/.gitignore new file mode 100644 index 0000000..fdb230f --- /dev/null +++ b/software/.gitignore @@ -0,0 +1,3 @@ +*.pyc +mainUi.py +resources_rc.py diff --git a/software/Makefile b/software/Makefile index 010df67..971fd8b 100644 --- a/software/Makefile +++ b/software/Makefile @@ -1,9 +1,9 @@ -all: edubrm mainUi.py resources.py +all: edubrm mainUi.py resources_rc.py mainUi.py: main.ui pyuic4 main.ui -o mainUi.py -resources.py: +resources_rc.py: pyrcc4 resources.qrc -o resources_rc.py clean: diff --git a/software/modules/.gitignore b/software/modules/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/software/modules/.gitignore @@ -0,0 +1 @@ +*.pyc