git - File keeps coming back -


we have set our .gitignore file ignore

  • all files ending in *.sdf
  • as full path file, e.g. /myproject/database/mydatabase.sdf / being project's root (top-level directory checked git) ignore 1 file

but file keeps coming checked in various members of team.

any ideas how really exclude .sdf file good?

we can't quite grasp why keeps popping in modified files everybody..

if pop in modified files means have committed file past. before adding .gitignore rule.

am right?

you have remove via git rm , commit change.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -