poco/.gitignore

103 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2012-10-25 21:24:40 -05:00
# Compiled #
############
*.com
*.class
*.dll
*.dylib
*.exe
2012-10-24 12:39:17 -07:00
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
2012-10-25 21:24:40 -05:00
*.d
# Make #
########
config.build
config.make
# CMake #
########
cmake_install.cmake
cmake_uninstall.cmake
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
2012-10-25 21:24:40 -05: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-25 21:24:40 -05:00
*.sqlite
*.db
test*.txt
XML/testsuite/rss.xml
2012-10-25 21:24:40 -05:00
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
2012-12-15 10:22:34 -06:00
*~
2012-10-25 21:24:40 -05:00
# VS generated files #
######################
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
2012-10-29 16:34:37 -05:00
*.ipch
2012-10-25 21:24:40 -05:00
*.ncb
*.suo
2012-10-29 16:34:37 -05:00
*.sdf
2012-10-29 17:19:31 -05:00
*.opensdf
2012-10-25 21:24:40 -05:00
*.tlb
*.tlh
*.ilk
*.lib
*.exp
*.idb
*.rc
*.res
*.manifest
*.tlog
*.lastbuildstate
*.unsuccessfulbuild
2012-10-25 21:24:40 -05:00
release_shared/
2012-12-15 11:11:48 -06:00
debug_shared/
2012-10-25 21:24:40 -05:00
release_static/
debug_static/
2012-12-15 11:11:48 -06:00
release_static_md/
debug_static_md/
release_static_mt/
debug_static_mt/
2012-10-25 21:24:40 -05:00
bin/
bin64/
lib/
2012-12-13 22:06:00 -06:00
lib64/
2012-10-25 21:24:40 -05:00
pocomsg.h