diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-23 16:39:17 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-23 16:39:17 +0100 |
commit | c8b1e38beac497f87690b6574433d03a1fadb875 (patch) | |
tree | fb544b277e57b8758fb0690047d565b42c506a45 /.gitignore | |
parent | Update e-mail (diff) | |
download | nightshift-c8b1e38beac497f87690b6574433d03a1fadb875.tar.gz nightshift-c8b1e38beac497f87690b6574433d03a1fadb875.tar.bz2 nightshift-c8b1e38beac497f87690b6574433d03a1fadb875.tar.xz |
clean up and change license
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -1,17 +1,13 @@ -_/ -/dist/*/*/* -!/dist/archlinux/*/PKGBUILD -!/dist/archlinux/*/nightshift.install -bin/ -obj/ -__pycache__/ -\#*\# -.* -!.git* +*\#* *~ *.swp *.swo *.bak *.pyc *.pyo - +__pycache__/ +/nightshift +/nightshift.zip +/nightshift.bash +/nightshift.fish +/nightshift.zsh |