romankh / gat-app

Android app for sending several types of SMS like Class 0 (Flash SMS), Type 0 (Silent SMS), Message Waiting Indicator
97 stars 39 forks source link

Update .gitignore #1

Closed brunelli closed 8 years ago

brunelli commented 8 years ago

First, thank you for sharing your work on building a Class-0/Type-0/MWI-sender. This app is amazing and has a lot of potential.

This commit adds some other files from .idea (gradle.xml and misc.xml) to the .gitignore list.

Also, I removed .directory because I'm not sure if it was there on purpose, so let me know if it shouldn't be removed.

Cheers.

romankh commented 8 years ago

@brunelli: Thanks a lot for the pull request. Great that you like the app, hope you hadn't problems with building, I am still planning to add more detailled information in the README, specially concerning the telephony jar.

The .directory is a KDE-specific file, it contains some user settings for a directory. It is created when changing the default settingsof what to display in a directory. I can re-add it if it pop ups again

brunelli commented 8 years ago

@romankh: Yeah, I think adding that it was deprecated after 4.1 and linking to a place where the files can be found would be nice.

I'm sorry, I didn't know that.

Thanks again for the project. I'll keep an eye on it and try to help in anyway I can. If you have a to-do list, would you mind putting it in the repo or in an issue?