chore: create .gitignore file

Create a .gitignore file to ease Base development using the Git version
control system. This stops object files, automake products and test
files from being accidentally inserted into the tree.
This commit is contained in:
Daniel Ferreira 2017-06-20 20:11:56 +00:00 committed by Ivan Vučica
parent 383c3246ee
commit ef4929b2c2

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# Build products
obj
config.*
GSConfig.h
base.make
Info-gnustep.plist
dynamic-load.h
Tests/base/*/GNUmakefile
*.log
*.sum
# Test products
Tests/base/NSBundle/Resources/TestBundle.bundle/
Tests/base/NSBundle/Resources/TestFramework.framework/
Tests/base/NSBundle/Resources/derived_src/
Tests/base/NSConnection/Resources/TestConnection.bundle/
Tests/base/NSInvocation/Resources/InvokeProxy.bundle/
Tests/base/NSURL/Capture.dat
Tests/base/NSURL/KAResponse.dat
Tests/base/NSURL/SimpleResponse.dat
Tests/base/NSURLConnection/Helpers/TestConnection.bundle/
Tests/base/coding/long-8.type
Tests/base/coding/ulong-8.type
# Editor byproducts
*.orig
*.swp