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