Initial commit: freeze-watcher daemon, GUI, systemd unit, PKGBUILD
This commit is contained in:
commit
d41f861802
10 changed files with 655 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Build artifacts
|
||||
*.pkg.tar.*
|
||||
*.tar.gz
|
||||
src/pkg/
|
||||
src/build/
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Loading…
Add table
Add a link
Reference in a new issue