mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add a .gitignore file
This commit is contained in:
parent
4ba0fa25cc
commit
3776e17d59
2 changed files with 20 additions and 1 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
obj
|
||||
*.log
|
||||
*.sum
|
||||
*.bundle
|
||||
*.service
|
||||
config.log
|
||||
config.status
|
||||
config.cache
|
||||
config.make
|
||||
gnustep-gui.spec
|
||||
gnustep-gui-debug.spec
|
||||
gui.make
|
||||
Headers/Additions/GNUstepGUI/GSVersion.h
|
||||
Source/config.h
|
||||
Source/Info-gnustep.plist
|
||||
Tests/gui/*/GNUmakefile
|
|
@ -1,9 +1,12 @@
|
|||
2017-07-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* .gitignore: Add a .gitignore file.
|
||||
|
||||
2017-06-17 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSBitmapImageRep+JPEG.m
|
||||
Save resolution information if it is different from 72 dpi.
|
||||
|
||||
|
||||
2017-06-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/externs.m: Added semicolons missing in last commit.
|
||||
|
|
Loading…
Reference in a new issue