mirror of
git://projects.qi-hardware.com/xue.git
synced 2024-11-07 07:07:31 +02:00
13 lines
94 B
Plaintext
13 lines
94 B
Plaintext
|
FILES="*~ *.0* *savepcb.brd *png *bak"
|
||
|
|
||
|
git rm $FILES
|
||
|
|
||
|
rm -fr $FILES
|
||
|
|
||
|
git commit
|
||
|
|
||
|
git push
|
||
|
|
||
|
|
||
|
|