DELETED .fossil-settings/clean-glob Index: .fossil-settings/clean-glob ================================================================== --- .fossil-settings/clean-glob +++ /dev/null @@ -1,60 +0,0 @@ -*.a -*.bundle -*.dep -*.dll -*.dylib -*.exe -*.framework -*.library -*.map -*.o -*.sl -*.so -*.so.* -*/.deps -.deps -aclocal.m4 -autom4te.cache -boot.dol -buildsys.mk -config.h -config.h.in -config.log -config.status -configure -docs -extra.mk -generators/library/gen_libraries -generators/unicode/gen_tables -src/Info.plist -src/bridge/Info.plist -src/libobjfw.* -src/objfw-defs.h -src/runtime/Info.plist -src/runtime/libobjfwrt.* -src/test/libobjfwtest.a -src/tls/Info.plist -src/tls/libobjfwtls.* -tests/DerivedData -tests/EBOOT.PBP -tests/Info.plist -tests/PARAM.SFO -tests/big_dictionary_msgpack.m -tests/objc_sync/objc_sync -tests/plugin/Info.plist -tests/subprocess/subprocess -tests/terminal/terminal_tests -tests/testfile_bin.m -tests/testfile_ini.m -tests/tests -tests/tests.3dsx -tests/tests.arm9 -tests/tests.nds -tests/tests.nro -tests/tests.rpx -utils/objfw-config -utils/objfw-new/objfw-new -utils/ofarc/ofarc -utils/ofdns/ofdns -utils/ofhash/ofhash -utils/ofhttp/ofhttp DELETED .gitignore Index: .gitignore ================================================================== --- .gitignore +++ /dev/null @@ -1,65 +0,0 @@ -*.a -*.bundle -*.dep -*.dll -*.dylib -*.exe -*.framework -*.library -*.map -*.o -*.orig -*.sl -*.so -*.so.* -.deps -.fslckout -_FOSSIL_ -aclocal.m4 -autom4te.cache -boot.dol -buildsys.mk -config.h -config.h.in -config.log -config.status -configure -docs -extra.mk -generators/library/gen_libraries -generators/unicode/gen_tables -src/Info.plist -src/bridge/Info.plist -src/libobjfw.* -src/objfw-defs.h -src/runtime/Info.plist -src/runtime/libobjfwrt.* -src/test/libobjfwtest.a -src/tls/Info.plist -src/tls/libobjfwtls.* -tests/DerivedData -tests/EBOOT.PBP -tests/Info.plist -tests/PARAM.SFO -tests/big_dictionary_msgpack.m -tests/iOS.xcodeproj/*.pbxuser -tests/iOS.xcodeproj/project.xcworkspace -tests/iOS.xcodeproj/xcuserdata -tests/objc_sync/objc_sync -tests/plugin/Info.plist -tests/subprocess/subprocess -tests/terminal/terminal_tests -tests/testfile_bin.m -tests/testfile_ini.m -tests/tests -tests/tests.3dsx -tests/tests.arm9 -tests/tests.nds -tests/tests.nro -tests/tests.rpx -utils/objfw-config -utils/objfw-new/objfw-new -utils/ofarc/ofarc -utils/ofdns/ofdns -utils/ofhash/ofhash -utils/ofhttp/ofhttp Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -26,11 +26,11 @@ release: docs echo "Generating tarball for version ${PACKAGE_VERSION}..." rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \ objfw-${PACKAGE_VERSION}.tar.gz fossil tarball --name objfw-${PACKAGE_VERSION} current - \ - --exclude '.fossil*,.git*' | ofarc -ttgz -xq - + --exclude '.fossil-settings,.github' | ofarc -ttgz -xq - cp configure config.h.in objfw-${PACKAGE_VERSION}/ ofarc -cq objfw-${PACKAGE_VERSION}.tar objfw-${PACKAGE_VERSION} rm -fr objfw-${PACKAGE_VERSION} gzip -9 objfw-${PACKAGE_VERSION}.tar rm -f objfw-${PACKAGE_VERSION}.tar