mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
gitignore
This commit is contained in:
parent
ec8a6befe0
commit
a8b0fa8675
74
.gitignore
vendored
74
.gitignore
vendored
@ -1,12 +1,76 @@
|
||||
# Compiled Object files
|
||||
# Compiled #
|
||||
############
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.dylib
|
||||
*.exe
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.d
|
||||
|
||||
# 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
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# VS generated files #
|
||||
######################
|
||||
*.obj
|
||||
*.exe
|
||||
*.pdb
|
||||
*.user
|
||||
*.aps
|
||||
*.pch
|
||||
*.ncb
|
||||
*.suo
|
||||
*.tlb
|
||||
*.tlh
|
||||
*.ilk
|
||||
*.lib
|
||||
*.exp
|
||||
*.idb
|
||||
*.rc
|
||||
*.res
|
||||
*.manifest
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.unsuccesfulbuild
|
||||
release_shared/
|
||||
debug_share/
|
||||
release_static/
|
||||
debug_static/
|
||||
bin/
|
||||
bin64/
|
||||
pocomsg.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user