Patch 3428348: Add .gitignore file (Konstantin Tokarev)
This commit is contained in:
parent
2fde8a219a
commit
3d73306a4e
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal 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
|
@ -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)
|
||||
|
||||
|
||||
-------
|
||||
|
Reference in New Issue
Block a user