Patch 3428348: Add .gitignore file (Konstantin Tokarev)

This commit is contained in:
Jason Perkins 2011-12-08 15:55:34 -05:00
parent 2fde8a219a
commit 3d73306a4e
2 changed files with 35 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
syntax: glob
.DS_Store
*.orig
*~
build
bin
obj
release
ipch
src/host/scripts.c
Makefile
*.make
*.xcodeproj
*.swp
*.sdf
*.sln
*.suo
*.ncb
*.vcproj*
*.vcxproj*
*.opensdf
*.workspace
*.project
*.tags
*.bbprojectsettings
Scratchpad.txt
Unix Worksheet.worksheet
project.bbprojectdata
Premake4.tmproj

View File

@ -47,6 +47,7 @@
* Patch 3429777: Support for DragonFly BSD (Joachim de Groot)
* Patch 3445049: Build fix for FreeBSD (Konstantin Tokarev)
* Bug 3121217: Test suite fails on Linux x86_64: os.findlib broken
* Patch 3428348: Add .gitignore file (Konstantin Tokarev)
-------