Skip to content

Commit 4fba264

Browse files
committed
Add missing files, ignore build and dist.
1 parent 9b5bed0 commit 4fba264

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
*.egg-info
44
*.pyc
55
*.egg
6+
ChangeLog
7+
/build/
8+
/dist/

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Robert Collins <[email protected]>

update.sh

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

0 commit comments

Comments
 (0)