eclipse - Cannot make header be indexed -


i have c project in eclipse (ti code composer dist) , have started using egit commit , push github.

i accidentally right-clicked on header file , selected ignore instead of had mean select.

however ignore icon overlay (the little grey x) did not show on file, no other icon overlays did either! not listed in .gitgnore.

i cannot seem added git index, have tried add index multiple methods, un-tracking , re-tracking, removing file project , re-adding , on no change in file status

when try commit not available add or stage , not seem show in view or perspective in way related git/egit , not shown in github c source file created @ same time header added without mention did previous header created.

im quite noob @ git (and version ctrl systems) @ loss might fix this.

are sure it's not listed in .gitignore file? there can more 1 such file (at every directory level), make sure check everywhere.

in general, recommend using git staging view committing , while working repository. there should have seen modified .gitignore listed after executed ignore.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -