diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-11 20:56:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-11 20:56:38 -0400 |
| commit | ee08f60231fcd609f14c86b860d7602bbd7a294f (patch) | |
| tree | 96551d799a863fde1b56f267d81d4bf1de3755cd /.hgignore | |
| parent | bcbe9da43a5e6564a33ec3d78098393cb5ecb3d0 (diff) | |
| download | python-coveragepy-git-ee08f60231fcd609f14c86b860d7602bbd7a294f.tar.gz | |
Fix some line endings and whitespace.
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 64 |
1 files changed, 32 insertions, 32 deletions
@@ -1,32 +1,32 @@ -syntax: glob
-
-# Files that can appear anywhere in the tree.
-*.pyc
-*.pyo
-*$py.class
-*.pyd
-*.so
-*.bak
-.coverage
-.coverage.*
-*.swp
-
-# Stuff generated by editors.
-.idea/
-
-# Stuff in the root.
-build
-*.egg-info
-dist
-htmlcov
-MANIFEST
-setuptools-*.egg
-.tox
-.tox_kits
-
-# Stuff in the test directory.
-zipmods.zip
-
-# Stuff in the doc directory.
-_build
-sample_html_beta
+syntax: glob + +# Files that can appear anywhere in the tree. +*.pyc +*.pyo +*$py.class +*.pyd +*.so +*.bak +.coverage +.coverage.* +*.swp + +# Stuff generated by editors. +.idea/ + +# Stuff in the root. +build +*.egg-info +dist +htmlcov +MANIFEST +setuptools-*.egg +.tox +.tox_kits + +# Stuff in the test directory. +zipmods.zip + +# Stuff in the doc directory. +_build +sample_html_beta |
