Skip to content

Commit 7a0be77

Browse files
committed
Convert .hgignore to .gitignore
In this commit I've converted the ignore file from Mercurial to Git format, as closely as I could figure out how to.
1 parent 091c14d commit 7a0be77

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)