diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 02:19:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 02:19:04 +0100 |
commit | 05dd7b88f4ab84f3829903ef2898d8f224f0edc0 (patch) | |
tree | bdb32f761331cf4eba1c0c0489c2c2bcb3091ebc /.gitignore | |
parent | m makefile (diff) | |
download | solar-python-05dd7b88f4ab84f3829903ef2898d8f224f0edc0.tar.gz solar-python-05dd7b88f4ab84f3829903ef2898d8f224f0edc0.tar.bz2 solar-python-05dd7b88f4ab84f3829903ef2898d8f224f0edc0.tar.xz |
m gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ _/ -bin/ -obj/ +/bin/ +/obj/ \#*\# .* !.git* |