Add ignore
This commit is contained in:
commit
bd944fa6cd
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
syntax: glob
|
||||
|
||||
# Project ignores
|
||||
bin
|
||||
bin/**
|
||||
build/make/local.inc.mk
|
||||
|
||||
# IDE ignores
|
||||
.project
|
||||
.vs/
|
||||
|
||||
# File ignores
|
||||
*.log
|
||||
*.bak
|
||||
*.zip
|
||||
*.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue