Skip to content

Commit 491bb97

Browse files
authored
Merge pull request #10 from pytest-dev/convert-hgignore-to-gitignore/1/dev
Convert .hgignore to .gitignore
2 parents 091c14d + 7a0be77 commit 491bb97

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# test files
2+
.tox
3+
junit-*.xml
4+
5+
# build files
6+
build
7+
dist
8+
*.egg-info
9+
10+
# project files
11+
.idea
12+
.project
13+
.pydevproject
14+
15+
# compiled python files
16+
*.pyc
17+
*.pyo

.hgignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)