Skip to content

Commit

Permalink
Have git and mercurial ignore each others files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gregorio committed Feb 27, 2013
1 parent b77740e commit df8bfce
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Mercurial
.hg

# httplib2
.cache
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist
upload.py
**.pyc
.cache
.git
MANIFEST
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
httplib2
========

The official mirror of httplib2.

0 comments on commit df8bfce

Please sign in to comment.