Exclude editor backup files from egg distributions. Fixes #144.

pull/146/head
Johannes Raggam 2014-07-22 12:10:27 +02:00
rodzic 62c1b3de4e
commit 823e8d7afd
3 zmienionych plików z 6 dodań i 4 usunięć

1
.gitignore vendored
Wyświetl plik

@ -1,6 +1,7 @@
*.mo *.mo
*.py? *.py?
*.sw? *.sw?
*~
.* .*
bin/ bin/
build/ build/

Wyświetl plik

@ -2,10 +2,11 @@
Changelog Changelog
========= =========
3.9 (unreleased) 3.8.2 (unreleased)
---------------- ------------------
- Nothing changed yet. - Exclude editor backup files from egg distributions. Fixes #144.
[thet]
3.8.1 (2014-07-17) 3.8.1 (2014-07-17)

Wyświetl plik

@ -1,4 +1,4 @@
include *.rst tox.ini include *.rst tox.ini
graft docs graft docs
recursive-include src/icalendar * recursive-include src/icalendar *
recursive-exclude src/icalendar *.pyc recursive-exclude src/icalendar *.pyc *~