Skip to content

Commit

Permalink
(no ticket) Repair .gitignore-s.
Browse files Browse the repository at this point in the history
Repair .gitignore-s to not ignore selected dirs in nested folders.
Change-Id: I0e9649f244d5573f9899058a2a11c401112ad240
  • Loading branch information
matrach committed Oct 21, 2012
1 parent 97222fa commit 5ea775d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
virtualenv
build
dist
/build/
/dist/
/test_report.html
/.coverage
/cover/
*.egg
*.egg-info
test_report.html
.coverage
cover
*.pid
.DS_Store
*.pyc
4 changes: 0 additions & 4 deletions oioioi/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion rst/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build
/build/
*.egg-info

0 comments on commit 5ea775d

Please sign in to comment.