diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-01 14:10:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-01 14:10:32 +0100 |
commit | d925a12a1b8cd56527bcbb5e19358da4c93a5d34 (patch) | |
tree | 805449018fabed2368e6c7e76f67de6f1ed83abf /.gitignore | |
parent | update dist (diff) | |
download | scrotty-1.0.2.tar.gz scrotty-1.0.2.tar.bz2 scrotty-1.0.2.tar.xz |
misc improvements1.0.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,14 @@ _/ -bin/ -obj/ +/bin/ +/obj/ \#*\# .* !.git* *~ +*.bak +*.new +*.swo +*.swp *.o *.out *.su |