mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-07 20:34:00 +02:00
add gitignore files
This commit is contained in:
parent
4937dbfde4
commit
19ae9da306
3 changed files with 6 additions and 2 deletions
3
software/.gitignore
vendored
Normal file
3
software/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.pyc
|
||||
mainUi.py
|
||||
resources_rc.py
|
|
@ -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:
|
||||
|
|
1
software/modules/.gitignore
vendored
Normal file
1
software/modules/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.pyc
|
Loading…
Add table
Add a link
Reference in a new issue