Skip to content

Commit

Permalink
Update/add ignore files for hg and git
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed May 10, 2013
1 parent 679c5c5 commit bea4215
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Compiled files and co.
*.pyc
*.swp
*~

# Package building
*.egg-info
build/*
dist/*
versiontools*

# Unit test / coverage reports
.coverage
htmlcov
14 changes: 11 additions & 3 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# use glob syntax.
syntax: glob

settings.py
# Compiled files and co.
*.pyc
*.swp
*~
htmlcov/*

# Package building
*.egg-info
build/*
dist/*
versiontools*
*egg-info*

# Unit test / coverage reports
.coverage
htmlcov

0 comments on commit bea4215

Please sign in to comment.