diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-19 22:10:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 22:10:26 +0100 |
commit | ec7baa81e8fd4bec924d6adf3ee880af621a10ba (patch) | |
tree | 700434a1a65c55584dff270ed45e4bdfd46f6ab3 /.gitignore | |
parent | Add blue hour (diff) | |
download | solar-python-ec7baa81e8fd4bec924d6adf3ee880af621a10ba.tar.gz solar-python-ec7baa81e8fd4bec924d6adf3ee880af621a10ba.tar.bz2 solar-python-ec7baa81e8fd4bec924d6adf3ee880af621a10ba.tar.xz |
Imrpove makefile and flatten the hier a bit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -1,23 +1,9 @@ -_/ -/bin/ -/obj/ -\#*\# -.* -!.git* +*\#* *~ -*.swp -*.swo -*.bak +__pycache__/ *.pyc *.pyo -__pycache__/ *.info *.pdf *.dvi *.ps -*.tar -*.gz -*.bz2 -*.xz -!solar-python.install - |