Skip to content

Commit

Permalink
Revert "Added .gitignore"
Browse files Browse the repository at this point in the history
This reverts commit 287fcd6.
  • Loading branch information
stickell committed Mar 21, 2014
1 parent 287fcd6 commit e546187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
40 changes: 3 additions & 37 deletions .gitignore → .hgignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

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

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

# PyCharm
.idea

# ignoreing unneeded files, using glob syntax
syntax: glob
*.pyc
*~
*.pidaproject
.svn
Expand All @@ -60,6 +25,7 @@ cert.pem
module/web/pyload.db
*.svg
*.prefs
*.po
*.orig
*.rej
pyload/*
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_source(options):
file.chmod(0755)

(pyload / ".hgtags").remove()
(pyload / ".gitignore").remove()
(pyload / ".hgignore").remove()
#(pyload / "docs").rmtree()

f = open(pyload / "__init__.py", "wb")
Expand Down

0 comments on commit e546187

Please sign in to comment.