Skip to content

Commit

Permalink
Do not git ignore .gitkeep files.
Browse files Browse the repository at this point in the history
I thought I had added this file.
Then I added it again.
And I did not notice that it was not actually added.
The .gitignore file ignored it.
(I will remove the file because I have found a better way, but I want to fix the .gitignore anyway, to help future authors.)
  • Loading branch information
mauritsvanrees committed Feb 27, 2019
1 parent f0757a5 commit 8fc9aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dist/
*.egg-info/
.tox/
!.gitattributes
!.gitkeep
3 changes: 3 additions & 0 deletions src/z3c/autoinclude/tests/empty/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory is used in a test in dependency.txt.
We needed a package there that is not a module,
so without an __init__.py.

0 comments on commit 8fc9aa2

Please sign in to comment.