Skip to content
Snippets Groups Projects
.gitignore 903 B
Newer Older
  • Learn to ignore specific revisions
  • libs/lib/Frameworks/GStreamer.framework
    
    *.swp
    *.nfs
    CMakeFiles
    *Makefile*
    tags
    build*/
    Info.plist
    obj
    .DS_Store
    *.log
    *~
    *~.skp
    bin/*.exe
    bin/*.txt
    bin/mac
    *pro.user*
    
    Don Gagne's avatar
    Don Gagne committed
    .qmake.stash
    
    qrc_*.cpp
    *.Debug
    *.Release
    tmp
    debug
    release
    
    Lorenz Meier's avatar
    Lorenz Meier committed
    /qgroundcontrol
    
    qgroundcontrol.xcodeproj/**
    doc/html
    doc/doxy.log
    deploy/mac
    deploy/linux
    deploy/qgroundcontrol*
    controller_log*
    user_config.pri
    *.app
    *.ncb
    *.vcproj
    *.vcxproj*
    *.sdf
    *.ipch
    *.pdb
    *.sln
    *.sln
    *.vcproj
    *.user
    *.ncb
    *.idb
    *.project
    *.cproject
    *.sln
    *.suo
    *.uhf.txt
    *.opensdf
    
    Lorenz Meier's avatar
    Lorenz Meier committed
    thirdParty/qserialport-build-desktop/
    thirdParty/qserialport/bin/
    thirdParty/qserialport/lib/
    
    libs/thirdParty/libxbee/lib/
    
    GeneratedFiles/
    
    gstreamer-1.0-android*
    
    tstellanova's avatar
    tstellanova committed
    
    *.autosave
    
    # iOS Generated files
    ios/iOSForAppStore-Info.plist
    
    
    # Generated files
    moc_*
    ui_*
    *.o
    *.a
    *.so*
    *.moc
    *.prl
    
    Daniel Agar's avatar
    Daniel Agar committed
    
    # android
    
    android/local.properties
    android/gradle.properties
    
    # doxygen
    src/html/
    src/latex/