diff options
Diffstat (limited to '.gitignore')
-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 |