1 Star 0 Fork 1

xonghanwei/UPnP-SDK-for-Linux---libupnpsource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
Marcelo Roberto Jimenez 提交于 2021-04-04 18:43 . Update .gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
!.clang-format
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.patch
*.gcno
*.sha1
#
# Top-level generic files
#
/tags
/TAGS
/linux
/vmlinux
/vmlinuz
/System.map
/Module.markers
/Module.symvers
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.github
!.mailmap
#
# Generated include files
#
include/config
include/linux/version.h
include/generated
build/inc/autoconfig.h
build/inc/upnpconfig.h
# stgit generated dirs
patches-*
# quilt's files
patches
series
# cscope files
cscope.*
ncscope.*
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
# QT-Creator files
/*.cflags
/*.config
/*.creator
/*.creator.user
/*.cxxflags
/*.files
/*.includes
/*.pro
/*.pro.user
/Makefile.am.user
*.orig
*~
\#*#
*.lo
*.la
Makefile
Makefile.in
aclocal.m4
autoconfig.h
autoconfig.h.in
autom4te.cache/
build-aux/
config.log
config.status
configure
libtool
libupnp*.pc
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
stamp-h1
upnp/inc/stamp-h2
upnp/inc/upnpconfig.h
upnp/sample/common/config_sample.h
upnp/sample/common/stamp-h3
upnp/sample/tv_combo
upnp/sample/tv_combo-1.8
upnp/sample/tv_ctrlpt
upnp/sample/tv_ctrlpt-1.8
upnp/sample/tv_device
upnp/sample/tv_device-1.8
upnp/test/test_url
upnp/unittest/unittest
upnp/unittest/unittest-1.8
upnp/unittest/*.pp.c
docs/doxygen
ixml/test-suite.log
ixml/test/test_document.sh.log
ixml/test/test_document.sh.trs
ixml/test_document
upnp/test-suite.log
upnp/test_*
upnp/test_*.log
upnp/test_*.trs
upnp/generator/generator
/build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xonghanwei/pupnpsource.git
[email protected]:xonghanwei/pupnpsource.git
xonghanwei
pupnpsource
UPnP-SDK-for-Linux---libupnpsource
master

搜索帮助