Skip to content

Commit

Permalink
Added pattern to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lispython committed Aug 5, 2012
1 parent ad8f4fd commit c884f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -23,4 +23,5 @@ pip-log.txt
*.pid
*.egg-info*
dist/*
_build/*
_build/*
.DS_Store
3 changes: 2 additions & 1 deletion MANIFEST.in
@@ -1,6 +1,7 @@
include *.txt *.md *.rst Makefile
include *.txt *.md *.rst Makefile *.py setup.py AUTHORS CHANGES.md LICENSE README.rst
recursive-include alstat *.py
recursive-include tests *.py *.log
recursive-include tests/logs/ *.log
recursive-include docs *.txt *.py *.rst *.md
recursive-include docs *
recursive-exclude docs *.pyc
Expand Down

0 comments on commit c884f5d

Please sign in to comment.