mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
104 lines
1.4 KiB
Plaintext
104 lines
1.4 KiB
Plaintext
# This file is only looked at when a checked-out SVN
|
|
# repository is used as the source for a git repo.
|
|
|
|
*.dll
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.bak
|
|
*.obj
|
|
*.pdb
|
|
*.ilk
|
|
*.idb
|
|
*.log
|
|
*.cache
|
|
/Makefile
|
|
/Makefile.in
|
|
/.deps
|
|
/.libs
|
|
**/.vs
|
|
/aclocal.m4
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/libtool
|
|
/m4
|
|
/stamp-h1
|
|
/autom4te.cache
|
|
/build-aux
|
|
/packages
|
|
/resiprocate.spec
|
|
/resiprocate-[0-9]*.tar.gz
|
|
/resiprocate-[0-9]*.zip
|
|
/resiprocate-contrib-[0-9]*.tar.gz
|
|
/resiprocate-contrib-[0-9]*.zip
|
|
repro_*.db
|
|
reproInfo.hxx
|
|
|
|
/SVN-VERSION
|
|
/.make_prefs
|
|
/build/Makefile.conf
|
|
tags
|
|
*build.Linux*
|
|
.dependlibs
|
|
bin.debug.*
|
|
obj.debug.*
|
|
bin.opt.*
|
|
obj.opt.*
|
|
bin.gopt.*
|
|
obj.gopt.*
|
|
obj.prof.*
|
|
bin.prof.*
|
|
|
|
**/[Ww]in32
|
|
**/x64
|
|
*.vcxproj.user
|
|
**/Debug Dll
|
|
**/Debug
|
|
**/Release
|
|
**/Release Dll
|
|
**/x64-Debug
|
|
**/packages
|
|
**/test/*.exe
|
|
|
|
/.idea
|
|
/cmake-build-*
|
|
|
|
CMakeCache.txt
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
**/CMakeFiles/
|
|
**/CTestTestfile.cmake
|
|
**/cmake_install.cmake
|
|
**/lib*.so
|
|
**/lib*.so.*
|
|
**/Testing/
|
|
TestResult.xml
|
|
CMakeSettings.json
|
|
/version.h
|
|
|
|
# Exclude all vcxproj and sln files that don't contain an underscore - ie: CMake gen'd files
|
|
*.sln
|
|
!*_*.sln
|
|
*.vcxproj*
|
|
!*_1*.vcxproj*
|
|
INSTALL.vcxproj*
|
|
PACKAGE.vcxproj*
|
|
RUN_TESTS.vcxproj*
|
|
ALL_BUILD.vcxproj*
|
|
ZERO_CHECK.vcxproj*
|
|
*.vcxproj.bak
|
|
*.vcxproj.user
|
|
|
|
# Gen'd files
|
|
contrib/srtp/config.h
|
|
media/samples/music.h
|
|
media/samples/playback_prompt.h
|
|
media/samples/record_prompt.h
|
|
|
|
/_build
|
|
/sipXtapi-prefix
|
|
/cov-int
|