diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-02-01 23:05:51 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-02-01 23:05:51 +0100 |
commit | e26337db2e024c01361eb7c519bab1bfb1f5c0e1 (patch) | |
tree | e2941c839ad697025406e37761a920c21b84c032 | |
parent | Merge pull request #21 from TingPing/py3k (diff) | |
download | redshift-ng-e26337db2e024c01361eb7c519bab1bfb1f5c0e1.tar.gz redshift-ng-e26337db2e024c01361eb7c519bab1bfb1f5c0e1.tar.bz2 redshift-ng-e26337db2e024c01361eb7c519bab1bfb1f5c0e1.tar.xz |
Outcomment .gitignore line that erroneously blocks the src/redshift-gtk dir
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ *.exe *.out *.app -src/redshift* +#src/redshift* # autotools /autom4te.cache |