Ignore helpdesk/attachments folder autogenerated by demo, make distclean will remove it too

This commit is contained in:
Garret Wassermann 2017-12-18 00:31:53 -05:00
parent 73ba28cb6c
commit 4c184a6aa8
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ docs/doctrees/*
.directory
# ignore demo attachments that user might have added
helpdesk/attachments/
demo/demodesk/media/helpdesk/attachments/*
!demo/demodesk/media/helpdesk/attachments/DH-3
demo/demodesk/media/helpdesk/attachments/DH-3/*

View File

@ -42,6 +42,7 @@ distclean: clean
rm -rf *.egg
rm -rf *.egg-info
rm -rf demo/*.egg-info
rm -rf helpdesk/attachments/
# remove the django-created database
rm -f demo/demodesk/*.sqlite3