erreur: les fichiers de l'arborescence de travail non suivis suivants seraient écrasés par l'extraction

Quand je fais git status il dit nothing to commit, working directory clean

Et puis je ne git pull --rebaseil dit:

First, rewinding head to replay your work on top of it...
error: The following untracked working tree files would be overwritten by checkout:
    includes/resources/moduledata/12/_Fr4_02_Invention_IPA_SR_la-Fête.pdf
Please move or remove them before you can switch branches.
Aborting
could not detach HEAD

D'erreur similaire lors git pull origin master

 * branch            master     -> FETCH_HEAD
error: The following untracked working tree files would be overwritten by merge:
    includes/resources/moduledata/12/_Fr4_02_Invention_IPA_SR_la-Fête.pdf
Please move or remove them before you can merge.
Aborting

Mon .gitignore fichier:

→ cat .gitignore 
.htaccess
bower_components/

Ce fichier a été à venir sans cesse et quand je le supprime de système de fichiers, git va dire que j'ai supprimé ce fichier, alors que dans les autres messages, il dit qu'il est sans traces. Comment pourrait-il en être sans traces et de suivre en même temps?

source d'informationauteur randomor