github - Protect Files from Git -


I'm using Git with WindRiver to manage a project code, though the project is being managed Files are not (eg .cproject, .project, .wrmakefile, and .wrproject) However, when I change the branches, then Git deletes those files, enters them in Gittinger, which removes my ability to compile the code without returning the code or keeping it backed up.

So, one way to say is to ignore these files and do not touch them.

This should do the trick

  1. Remove the files from .gitignore
  2. Delete the file from git rm (if you have backup and
  3. Commission from branch Dragging it


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -