So, what should be in .gitignore
for wearable native C/C++ Tizen Studio project? There are solution for some separate files like this, but seems not complete .gitignore
file sample for wearable native C/C++ application.
Asked
Active
Viewed 904 times
2

Andrii Omelchenko
- 13,183
- 12
- 43
- 79
-
1You may follow these https://github.com/TizenTeam/vlc-tizen/blob/master/.gitignore, https://github.com/cisco-open-source/kodi/blob/master/.gitignore – Iqbal hossain Aug 22 '17 at 17:15
-
1Thanx! If you want, make an answer and I will accept it. – Andrii Omelchenko Aug 22 '17 at 18:07
1 Answers
5
You may follow these .gitignore
from the open source Tizen projects
/.cproject /.checkers /.rds_delta /.sdk_delta.info /.sign /crash-info/ /res/res.xml /vlc/ /Debug/ /Release/ /lib/*.so* /lib/*.a /emotion/ /libvlcpp/ /medialibrary/ *.tmp *~ res/edje/*.edj

Andrii Omelchenko
- 13,183
- 12
- 43
- 79

Iqbal hossain
- 1,778
- 3
- 17
- 24