Skip to content

Commit df8bfce

Browse files
author
Joe Gregorio
committed
Have git and mercurial ignore each others files.
1 parent b77740e commit df8bfce

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

.gitignore

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
5+
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
10+
build
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
# Translations
30+
*.mo
31+
32+
# Mr Developer
33+
.mr.developer.cfg
34+
.project
35+
.pydevproject
36+
37+
# Mercurial
38+
.hg
39+
40+
# httplib2
41+
.cache

.hgignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist
44
upload.py
55
**.pyc
66
.cache
7+
.git
78
MANIFEST

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
httplib2
2+
========
3+
4+
The official mirror of httplib2.

0 commit comments

Comments
 (0)