Skip to content

Commit 6f89bed

Browse files
committed
Small cleanup of .gitignore
Remove double rules and rules that are not really needed
1 parent 0d3ce5e commit 6f89bed

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ __pycache__/
1111
# Distribution / packaging
1212
.Python
1313
/build/
14+
/docs/_build/
1415
/docs/build/
1516
# Sphinx warnings
1617
/docs/*.log
@@ -73,9 +74,6 @@ instance/
7374
# Scrapy stuff:
7475
.scrapy
7576

76-
# Sphinx documentation
77-
docs/_build/
78-
7977
# PyBuilder
8078
.pybuilder/
8179
target/
@@ -260,28 +258,22 @@ fabric.properties
260258
#/--- JetBrains
261259

262260
# --------
263-
264-
265261
# Ignore files in the project's root:
266262
/*.patch
267263
/*.diff
268264
/*.py
269265
# but not this file:
270266
!/setup.py
271267

272-
docs/_api
273-
!docs/_api/semver.__about__.rst
274-
275268
# For node
276269
node_modules/
277270

278271
## ---- Toms' own rules
279272
#
280273
# Ignore files in the project's root:
281-
/*.patch
282-
/*.diff
283-
/*.py
284274
/tmp
275+
/.tmp
276+
/contrib
285277

286278
# Ignore all of .ipython except startup scripts
287279
.ipython/*

0 commit comments

Comments
 (0)