
Having the pre-configured Eclipse files in git will make it easier for other people to work with FDroid in Eclipse, and should not affect anything else. The key files are .classpath and .project. The .settings/ folder is for user-specific settings, so its ignored.
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
/local.properties
|
|
/bin/
|
|
/gen/
|
|
/build/
|
|
/.gradle/
|
|
/build.xml
|
|
*~
|
|
/.idea/
|
|
/*.iml
|
|
out
|
|
/.settings/
|