tags:

views:

48

answers:

2

I have added the 'gen' folder to svn:ignore, are there any others I should be ignoring?

Update:

There are some I am unsure about

.classpath
.project
The .settings folder

And also, to ignore a folder I am just typing gen into the ignore list in subclipse, is this correct? How would it know if gen is a folder or file?

A: 

Probably the R.java and other files generated from your .aidl interfaces (if they are already not in your 'gen' directory

naikus
yeah, R.java is inside the gen folder
jax
A: 

Just ignore gen and bin directories.

Fedor
would I be correct in simply adding the words 'bin' and 'gen' on different lines in subclipse? Do I need any slashes? I can't find any information on this online!
jax
Not sure I don't use subclipse. Maybe this can help http://stackoverflow.com/questions/1066809/subclipse-svnignore/1069412#1069412
Fedor
looks like this is the case, just a single name on each line
jax