5

I can't see library (.a) in cornerstone so I can't add it. Ho can I make Cornerstone to see it?

Engeor
  • 338
  • 4
  • 14
  • You can always add it manually thru the terminal. E.g. If you're working with SVN you'd want to type `svn add libname.a`. – v1Axvw Jan 11 '12 at 12:29
  • ok, i know but I bought visual tool to avoid command line :-) thank you anyway – Engeor Jan 11 '12 at 12:33

2 Answers2

17

You should show ignored items, by clicking on the little eye button at the bottom toolbar :

enter image description here

Julien
  • 8,970
  • 9
  • 60
  • 86
3

It is because ".a" is in your global ignore list. You can edit the list by going into Settings->Subversion->General->Global ignores.

When you delete the ".a" from here it will no longer be ignored.

Miroslav Kovac
  • 1,128
  • 1
  • 15
  • 26