mirror of https://github.com/aristocratos/bpytop
Restructure
parent
aef318e37a
commit
e1b32bd047
|
@ -1,2 +1,21 @@
|
||||||
|
syntax: glob
|
||||||
|
*.al
|
||||||
|
*.bak
|
||||||
|
*.egg-info
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.orig
|
||||||
|
*.pyc
|
||||||
|
*.pyd
|
||||||
|
*.rej
|
||||||
|
*.so
|
||||||
|
*.swp
|
||||||
|
.failed-tests.txt
|
||||||
|
.cache/
|
||||||
|
.idea/
|
||||||
|
.tox/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
.vscode
|
.vscode
|
3
Makefile
3
Makefile
|
@ -1,6 +1,3 @@
|
||||||
PREFIX ?= /usr/local
|
|
||||||
DOCDIR ?= $(PREFIX)/share/doc/bpytop
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install bpytop.
|
@echo Run \'make install\' to install bpytop.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://paypal.me/aristocratos)
|
[](https://paypal.me/aristocratos)
|
||||||
[](https://github.com/sponsors/aristocratos)
|
[](https://github.com/sponsors/aristocratos)
|
||||||
|
|
Loading…
Reference in New Issue