Before marking my question as duplicate and referring to this: svn doesn't commit .o files, but why? , I have to say I already checked the svn config file in AppData where ignore list is specified (I am using Windows). However, when I remove the .o from the list of global-ignores, svn still ignores my object files when I try to add them. Any ideas?
Asked
Active
Viewed 181 times
1 Answers
0
Notes:
- Commented list of
global-ignores
in[miscellany]
section contains default values, which are used in case of none touched in it (if you want to exclude anything, you must a/ remove unwanted pattern b/ uncomment key) - There are 3 (three) way to define ingores in SVN, you (probably) check only one: runtime configuration
Hint:
Re-read "Ignoring Unversioned Items" in SVN Book (I hope, you use at least 1.8.* version) carefully and test the rest svn:ignore
and svn:global-ignores
properties (immediate and inherited)

Lazy Badger
- 94,711
- 9
- 78
- 110