poco/.gitignore
zosrothko 5fa3d6094e Backport of pocoproject/feature-gradle to pocoproject/develop (#2127)
* Backport of feature-gradle

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Replace '/' by '\' to comply with DOS path

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Cleanup

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Put environment setting at the Exec task.

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Use standard release

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Updated mkdoc configuration

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Remove lines guarded by POCO_ENABLE_CPP11

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Merge remote-tracking branch 'origin/develop' into develop

* Fix NuGet & Wix input dependencies file set.

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

* Remaining fixes for Data2SQL switch.

* Use $global:LastExitCode instead of a local LastExitCode
2018-02-09 08:05:15 -06:00

179 lines
2.2 KiB
Plaintext

# Compiled #
############
*.com
*.class
*.dll
*.dylib
*.exe
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
*.d
*.vsp
*.psess
# Make #
########
config.build
config.make
# CMake #
#########
cmake_install.cmake
cmake_uninstall.cmake
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
cmake_*
cmake-build*
# Gradle #
##########
.gradle/
gradle/
coverage/
# NuGet #
#########
*.nupkg
# WiX #
#######
*.msi
*.wixobj
*.wixpdb
# 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*
*.sqlite
*.db
test*.txt
XML/testsuite/rss.xml
Zip/testsuite/test.dat
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
*~
# VS generated files #
######################
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.ipch
*.ncb
*.suo
*.sdf
*.opensdf
*.opendb
*.tlb
*.tlh
*.ilk
*.lib
*.exp
*.idb
*.rc
*.res
*.manifest
*.tlog
*.lastbuildstate
*.unsuccessfulbuild
release_shared/
debug_shared/
release_static/
debug_static/
release_static_md/
debug_static_md/
release_static_mt/
debug_static_mt/
bin/
bin64/
lib/
lib64/
pocomsg.h
*/testsuite/bin/*
Util/testsuite/TestConfiguration/
.vs/
# Eclipse generated files #
######################
.project
.cproject
.settings
cmake-build/
# Clion generated files #
######################
cmake-build-debug
.idea/
# Temporary files #
###################
*.bak
CodeGeneration
RemotingNG
XSD
stage/
releases/
Zip/testsuite/data*.bin
Foundation/testsuite/globtest/
TestConfiguration/
# openssl binaries #
####################
openssl/packages/
!openssl/Ionic/zip-v1.9/Release/*.dll
!openssl/Ionic/zlib-v1.9/Release/*.dll
!openssl/win32/bin/debug/*.dll
!openssl/win32/bin/debug/*.lib
!openssl/win32/bin/release/*.dll
!openssl/win32/bin/release/*.lib
!openssl/win64/bin/debug/*.dll
!openssl/win64/bin/debug/*.lib
!openssl/win64/bin/release/*.dll
!openssl/win64/bin/release/*.lib
!openssl/win32/lib/debug/*.lib
!openssl/win32/lib/debug/*.pdb
!openssl/win32/lib/release/*.lib
!openssl/win64/lib/debug/*.lib
!openssl/win64/lib/debug/*.pdb
!openssl/win64/lib/release/*.lib
/Debug