Add missing files, ignore build and dist.

This commit is contained in:
Robert Collins 2015-03-06 14:28:43 +13:00
parent 9b5bed0828
commit 4fba2643bc
3 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
*.egg-info
*.pyc
*.egg
ChangeLog
/build/
/dist/

1
AUTHORS Normal file
View File

@ -0,0 +1 @@
Robert Collins <rbtcollins@hp.com>

3
update.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# This isn't complete, but it makes it less painful.
git --git-dir=../cpython/.git format-patch -k -1 --stdout "HASHHERE" | filterdiff -i '*/Lib/**' --strip=2 --addprefix=linecache2/ -v | git am -k