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
|
2014-12-08 07:00:40 +01:00
|
|
|
*.vsp
|
|
|
|
*.psess
|
2012-10-26 04:24:40 +02:00
|
|
|
|
2012-11-15 17:27:26 +01:00
|
|
|
# Make #
|
|
|
|
########
|
|
|
|
config.build
|
|
|
|
config.make
|
|
|
|
|
2012-11-28 20:48:50 +01:00
|
|
|
# CMake #
|
|
|
|
########
|
|
|
|
cmake_install.cmake
|
|
|
|
cmake_uninstall.cmake
|
|
|
|
CMakeFiles
|
|
|
|
CMakeCache.txt
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2014-12-17 10:48:46 +01:00
|
|
|
cmake_*
|
2012-11-28 20:48:50 +01:00
|
|
|
|
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 #
|
|
|
|
######################
|
2012-12-01 21:02:51 +01:00
|
|
|
*.log*
|
2012-10-26 04:24:40 +02:00
|
|
|
*.sqlite
|
|
|
|
*.db
|
2012-11-13 03:47:40 +01:00
|
|
|
test*.txt
|
2012-12-01 21:02:51 +01:00
|
|
|
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
|
2016-01-21 04:30:25 +01:00
|
|
|
*.opendb
|
2012-10-26 04:24:40 +02:00
|
|
|
*.tlb
|
|
|
|
*.tlh
|
|
|
|
*.ilk
|
|
|
|
*.lib
|
|
|
|
*.exp
|
|
|
|
*.idb
|
|
|
|
*.rc
|
|
|
|
*.res
|
|
|
|
*.manifest
|
|
|
|
*.tlog
|
|
|
|
*.lastbuildstate
|
2012-11-11 16:12:25 +01:00
|
|
|
*.unsuccessfulbuild
|
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/
|
2015-04-22 06:36:25 +02:00
|
|
|
bin/*
|
|
|
|
bin64/*
|
|
|
|
lib/*
|
|
|
|
lib64/*
|
2012-10-26 04:24:40 +02:00
|
|
|
pocomsg.h
|
2015-06-10 06:08:47 +02:00
|
|
|
*/testsuite/bin/*
|
2015-11-27 16:12:35 +01:00
|
|
|
Util/testsuite/TestConfiguration/
|
2012-10-26 04:24:40 +02:00
|
|
|
|
2013-02-19 06:16:12 +01:00
|
|
|
# Eclipse generated files #
|
|
|
|
######################
|
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings
|
|
|
|
cmake-build/
|
|
|
|
|
2013-02-06 05:12:21 +01:00
|
|
|
# Temporary files #
|
|
|
|
###################
|
|
|
|
*.bak
|
2015-05-21 19:54:57 +02:00
|
|
|
CodeGeneration
|
|
|
|
RemotingNG
|
2015-06-15 20:25:59 +02:00
|
|
|
XSD
|
2015-11-27 16:07:09 +01:00
|
|
|
stage/
|
|
|
|
releases/
|
2015-12-08 11:48:14 +01:00
|
|
|
Zip/testsuite/data*.bin
|
2015-12-16 10:32:53 +01:00
|
|
|
Foundation/testsuite/globtest/
|
2015-12-16 16:39:57 +01:00
|
|
|
TestConfiguration/
|
2015-11-27 16:12:35 +01:00
|
|
|
|
2015-04-22 06:36:25 +02:00
|
|
|
# openssl binaries #
|
|
|
|
####################
|
2015-12-05 12:28:14 +01:00
|
|
|
openssl/packages/
|
|
|
|
|
2015-12-05 12:30:50 +01:00
|
|
|
!openssl/Ionic/zip-v1.9/Release/*.dll
|
|
|
|
!openssl/Ionic/zlib-v1.9/Release/*.dll
|
|
|
|
|
2015-04-25 23:18:19 +02:00
|
|
|
!openssl/win32/bin/debug/*.dll
|
|
|
|
!openssl/win32/bin/debug/*.lib
|
|
|
|
!openssl/win32/bin/release/*.dll
|
|
|
|
!openssl/win32/bin/release/*.lib
|
2015-12-16 10:32:53 +01:00
|
|
|
|
2015-04-25 23:18:19 +02:00
|
|
|
!openssl/win64/bin/debug/*.dll
|
|
|
|
!openssl/win64/bin/debug/*.lib
|
|
|
|
!openssl/win64/bin/release/*.dll
|
|
|
|
!openssl/win64/bin/release/*.lib
|
2015-04-22 06:36:25 +02:00
|
|
|
|
2015-04-25 23:18:19 +02:00
|
|
|
!openssl/win32/lib/debug/*.lib
|
|
|
|
!openssl/win32/lib/debug/*.pdb
|
|
|
|
!openssl/win32/lib/release/*.lib
|
2015-12-16 10:32:53 +01:00
|
|
|
|
2015-04-25 23:18:19 +02:00
|
|
|
!openssl/win64/lib/debug/*.lib
|
|
|
|
!openssl/win64/lib/debug/*.pdb
|
2015-06-10 06:08:47 +02:00
|
|
|
!openssl/win64/lib/release/*.lib
|
2015-12-16 10:32:53 +01:00
|
|
|
|
2015-12-19 15:22:12 +01:00
|
|
|
/Debug
|