poco/.gitignore

173 lines
1.8 KiB
Plaintext
Raw Normal View History

2012-10-26 04:24:40 +02:00
# Compiled #
############
*.com
*.class
*.dll
*.dylib
*.exe
2012-10-24 21:39:17 +02:00
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
2012-10-26 04:24:40 +02:00
*.d
*.vsp
*.psess
2012-10-26 04:24:40 +02:00
2017-10-31 09:07:53 +01:00
# Gradle #
##########
2018-04-03 22:17:27 +02:00
!gradle.properties
!settings.gradle
!build.gradle
2018-04-04 09:46:16 +02:00
!build.gradle.win
!travis/.gradle/gradle.properties
2017-10-31 09:07:53 +01:00
.gradle/
**/guild/
coverage/
2017-10-31 09:07:53 +01:00
2017-11-01 08:23:34 +01:00
# NuGet #
#########
*.nupkg
# WiX #
#######
*.msi
*.wixobj
*.wixpdb
# Make #
########
config.build
config.make
2018-05-08 23:51:43 +02:00
# CLion #
########
.idea/
# CMake #
########
cmake_install.cmake
cmake_uninstall.cmake
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
2014-12-17 10:48:46 +01:00
cmake_*
2018-05-08 23:51:43 +02:00
cmake-build-*
2012-10-26 04:24:40 +02:00
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log*
2012-10-26 04:24:40 +02:00
*.sqlite
*.db
test*.txt
XML/testsuite/rss.xml
2012-10-26 04:24:40 +02:00
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
2012-12-15 17:22:34 +01:00
*~
2012-10-26 04:24:40 +02:00
# VS generated files #
######################
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
2012-10-29 22:34:37 +01:00
*.ipch
2012-10-26 04:24:40 +02:00
*.ncb
*.suo
2012-10-29 22:34:37 +01:00
*.sdf
2012-10-29 23:19:31 +01:00
*.opensdf
2012-10-26 04:24:40 +02:00
*.tlb
*.tlh
*.ilk
*.lib
*.exp
*.idb
*.rc
*.res
*.manifest
*.tlog
*.lastbuildstate
*.unsuccessfulbuild
*.opendb
.vs/
2012-10-26 04:24:40 +02:00
release_shared/
2012-12-15 18:11:48 +01:00
debug_shared/
2012-10-26 04:24:40 +02:00
release_static/
debug_static/
2012-12-15 18:11:48 +01:00
release_static_md/
debug_static_md/
release_static_mt/
debug_static_mt/
2012-10-26 04:24:40 +02:00
bin/
bin64/
lib/
2012-12-14 05:06:00 +01:00
lib64/
2012-10-26 04:24:40 +02:00
pocomsg.h
2018-06-16 08:02:29 +02:00
**/UpgradeLog*.XML
2208 merge dnssd (#4479) * Initial commit * initial commit * added README.md * Update README.md * Add top level CMakeLists like another project in POCO framework. see #1 * Add CMakeLists to Avahi and Bonjour. (see #1) * Missing changing in top level CMakeLists correct. (see #1) * Add samples CMakeLists. (see #1) * Add temporary cmake find module for Avahi and Bonjour in cmake directory. (see #1) * Add mandatory requirement diff for POCO framework to DNSSD cmake can be work correctly. (see #1) * Update README.md Add cmake build way. * Update README.md Minor change. * Update README.md Removed ambiguous sentence. * Moved files * Add cmake modules * Add cmake modules * Remove modules * Correct linux cmake ci. * Exclude DNSSD from macos, windows. * Update CMakeLists.txt * Remove unused gitignore * Remove deprecated vs versions * Add vs160 and vs170 for DNSSD * Remove deprecated sln * Revert bad changes * Revert bad changes * chore: remove vs90 sln files * chore: remove vs90 x64 files * Revert "chore: remove vs90 sln files" This reverts commit 51d78f82f11d387506c016c9aab3b31e3c32ad23. * chore: add DNSSD to components * chore(DNSSD): disable in CI, update copyright and doc * fix(DNSSD): CMake on Apple platforms: fix finding library providing DNSSD. * fix(DNSSD): Handle kDNSServiceFlagsNonBrowsable that was removed in 1096.0.2 * chore: naming and code modernize review comments * enh(DNSSD): Define DNSSD_*_API for non-MSVC compilers. --------- Co-authored-by: Günter Obiltschnig <guenter.obiltschnig@appinf.com> Co-authored-by: <soroosh@soroosh-pc.localdomain> Co-authored-by: Seyyed Soroosh Hosseinalipour <soorosh_abi@hotmail.com> Co-authored-by: Matej Kenda <matejken@gmail.com>
2024-04-03 22:38:56 +02:00
/out/build/x64-Debug
.vs/
vcpkg_installed/
2012-10-26 04:24:40 +02:00
2013-02-19 06:16:12 +01:00
# Eclipse generated files #
###########################
2013-02-19 06:16:12 +01:00
.project
.cproject
.settings
cmake-build/
# Temporary files #
###################
*.bak
stage/
releases/
poco_build_stderr.out
# vim #
#######
*.orig
*.swp
*.vim
tags
CI improvements (#4236) * feat(ci): run pull request runs only on pull request open #4205 * feat(ci): add retry action for tsan #4205 * feat(ci): use local action for retrying tsan #4205 * fix(ci): use correct version of retry action #4205 * fix: make POSIX event thread safe * feat(ci): add info on retry action to ci.yml header #4205 * feat(ci): add linux mysql test #4205 * feat(ci): remove unused mysql containers from tests#4205 * feat(ci): add linux postgre test #4205 * feat(ci): add linux redis test #4205 * feat(ci): add linux mongodb tests #4205 * feat(ci): add mysql odbc test #4205 * chore(ci): rename tests #4205 * chore(ci): pin postgres and mysql versions #4205 * feat(ci): add odbc postgres tests #4205 * chore(ci): mysql odbc comment #4205 * chore(ci): disable windows 2019 job #4205 * feat(ci): add linux oracle tests #4205 * chore(ci): disable oracle tests #4205 * feat(ci): add sql server tests #4205 * chore(ci): disable postgres tests #4205 * chore(ci): add logging for task test #4205 * feat(ci): add local retry action #4205 * feat(ci): ignore process kill failure in action #4205 * feat(ci): send SIGKILL instead of SIGTERM in action #4205 * chore(ci): add updated action #4205 * chore(ci): reduce tsan timeout #4205 * feat(ci): kill process without children #4205 * feat(ci): send SIGTERM to child in action #4205 * feat(ci): prolong tsan timeout #4205 * chore(ci): add missing newlines #4205 * fix(ci): revert sql server test FreeTDS version #4205 * feat(ci): add retry to all jobs #4205 * feat(ci): setup python for codeQL #4205 * chore(ci): disable throwing on codeql error #4205
2023-11-03 14:34:31 +01:00
# Javascript #
##############
package-lock.json
node_modules
# Old Visual Studio files #
###########################
*_vs1[45]0.sln
*_vs1[45]0.vcxproj
*_vs1[45]0.vcxproj.filters
# Debug files #
##############
*.core