Search code examples
gitgitignoretizentizen-native-apptizen-studio

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


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.


Solution

  • 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