1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
.DS_Store
*.pyc
*.sloccount
*.gcov
*.suo
*.gcda
*.gcno
*.app
*.o
*.os
*.obj
*.a
*.so
*.pdb
*.swp
*.pch
*.nib
*.exe
*.syms
*.dll
*.lib
*.exp
*.ilk
*.res
*.moc
*.patch
*.dSYM
*.ld_*
.gdb_history
.clang_complete
*~
_CL_*
*.manifest
moc_*
qrc_*
ui_*
config.py
/QA/Checker/checker
/.ninja_deps
/.ninja_log
/build.ninja
config.log
.sconf_temp
.sconsign.dblite
.scons2ninja.deps
Swiften/Examples/TuneBot/TuneBot
Swift/QtUI/swift-im
Swift/QtUI/swift
Swift/QtUI/COPYING
Swift/QtUI/DefaultTheme.qrc
*-report.cppunit.xml
*-report.gtest.xml
/VERSION.*
cppcheck.log
/build
/generator
/tmp
/.settings/
/include/
/nbproject/private/
3rdParty/LibMiniUPnPc/src/miniupnpc/miniupnpcstrings.h
*.sublime-workspace
/xmppbench
/.metadata
/Swift/Packaging/WiX/*.msi
/Swift/Packaging/WiX/*.wixpdb
/Swift/Packaging/WiX/*.wixobj
/Swift/Packaging/WiX/gen_files.wxs
/Swift/Packaging/WiX/variables.wxs
/Packages
cscope.sh
cscope.out
cscope.files
ctags.sh
compile_commands.json
# Ignore some of the Visual Studio files
/Debug/
/Release/
*.VC.db
*.VC.VC.opendb
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sdf
tags
|