Skip to content

Commit 1223ddc

Browse files
pombredannejdaguil
authored andcommitted
Streamlined gitignore
1 parent f84e1a0 commit 1223ddc

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.gitignore

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
*.py[co]
2-
3-
# test files that should not be ignored
4-
!/tests/typecode/data/contenttype/compiled/java/*
5-
!/tests/typecode/data/contenttype/compiled/python/*
6-
!/tests/typecode/data/contenttype/compiled/flash/*
7-
!/tests/typecode/data/contenttype/compiled/linux/*
8-
!/tests/typecode/data/contenttype/compiled/win/*
9-
!/tests/typecode/data/contenttype/package/*
1+
*.py[cod]
102

113
# virtualenv and other misc bits
12-
/src/*.egg-info
4+
*.egg-info
135
/dist
146
/build
157
/bin
@@ -28,6 +20,7 @@
2820
pip-log.txt
2921

3022
# Unit test / coverage reports
23+
.cache
3124
.coverage
3225
.coverage.*
3326
nosetests.xml
@@ -51,3 +44,12 @@ docs/_build
5144
.ve
5245
*.bak
5346
/.cache/
47+
48+
# test files that should not be ignored
49+
!/tests/typecode/data/contenttype/compiled/java/*
50+
!/tests/typecode/data/contenttype/compiled/python/*
51+
!/tests/typecode/data/contenttype/compiled/flash/*
52+
!/tests/typecode/data/contenttype/compiled/linux/*
53+
!/tests/typecode/data/contenttype/compiled/win/*
54+
!/tests/typecode/data/contenttype/package/*
55+

0 commit comments

Comments
 (0)