What should be in .gitignore for wearable native C/C++ Tizen Studio project?

929 views Asked by At

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.

1

There are 1 answers

0
Iqbal hossain On BEST ANSWER

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