libs-base/.gitignore
Daniel Ferreira ef4929b2c2 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.
2017-06-29 21:18:16 +01:00

27 lines
647 B
Text

# 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