Merged in windirstat/premake-dev/oliver_ignore_pclint_visuallint (pull request #98)

Unified .gitignore and .hgignore and added three types of files to be ignored
This commit is contained in:
Jason Perkins 2014-02-05 11:29:35 -05:00
commit 7fa0736285
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -2,6 +2,7 @@ syntax: glob
.DS_Store
*.bak
*.orig
*~
@ -11,6 +12,8 @@ obj
release
ipch
src/host/scripts.c
**.lnt
**.vlstatus
Makefile
*.make

View File

@ -2,12 +2,18 @@ syntax: glob
.DS_Store
*.bak
*.orig
*~
build
bin
obj
release
ipch
src/host/scripts.c
**.lnt
**.vlstatus
Makefile
*.make