diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2015-05-10 20:30:34 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-05-10 20:30:34 -0400 |
commit | 3cf71a0115c68184491066ae847b3e739170d70a (patch) | |
tree | a2f278ab6dcd698f10ceb456780b888a66d69db9 | |
parent | Merge pull request #214 from maandree/null-checks (diff) | |
parent | update .gitignore (diff) | |
download | redshift-ng-3cf71a0115c68184491066ae847b3e739170d70a.tar.gz redshift-ng-3cf71a0115c68184491066ae847b3e739170d70a.tar.bz2 redshift-ng-3cf71a0115c68184491066ae847b3e739170d70a.tar.xz |
Merge pull request #201 from maandree/update-gitignore
Updates to .gitignore
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# Hidden files +.* +!.git* + # Backup files *~ \#*\# @@ -38,6 +42,8 @@ stamp-h1 /compile *.deps/ /m4/ +libtool +ltmain.sh # generated files src/redshift-gtk/defs.py @@ -47,10 +53,16 @@ src/redshift src/redshift-gtk/__pycache__/ /data/systemd/redshift.service /data/systemd/redshift-gtk.service +/data/appdata/redshift-gtk.appdata.xml +/data/applications/redshift-gtk.desktop + +*.su +*.gch # gettext /po/POTFILES /po/stamp-po +/po/stamp-it /po/*.gmo /po/Makefile.in.in /po/Rules-quot |