add some cleanups

pull/135/head
Michael Zanetti 2018-01-26 15:10:36 +01:00
parent 1167001b0b
commit 90527df95e
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
builddir
doc/html
*api.json.new
*.qm
*.snap
snap/parts/
snap/prime/

1
debian/rules vendored
View File

@ -50,6 +50,7 @@ override_dh_strip:
override_dh_auto_clean:
dh_auto_clean
find . -name *.qm -exec rm {} \;
rm -rf $(PREPROCESS_FILES:.in=)
%: