更新.gitignore
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -15,3 +15,38 @@ CMakeSettings.json
|
|||||||
*.deb
|
*.deb
|
||||||
*.pkg
|
*.pkg
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
.*
|
||||||
|
.DS_Store
|
||||||
|
*.coverage
|
||||||
|
*.egg-info
|
||||||
|
*.log
|
||||||
|
*.swp
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.zip
|
||||||
|
*/files/*
|
||||||
|
*/tmp/*
|
||||||
|
*.hwm*
|
||||||
|
*.cfg
|
||||||
|
*.out
|
||||||
|
.svn
|
||||||
|
build
|
||||||
|
bin
|
||||||
|
lib
|
||||||
|
cpp
|
||||||
|
*/lib/*
|
||||||
|
installed
|
||||||
|
patched
|
||||||
|
wiped
|
||||||
|
msg_gen
|
||||||
|
srv_gen
|
||||||
|
doc/html
|
||||||
|
*sublime-workspace
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.sdf
|
||||||
|
*.opensdf
|
||||||
|
ipch
|
||||||
|
Debug
|
||||||
|
Release
|
||||||
|
|||||||
Reference in New Issue
Block a user