commit 48d12d85613defb1cd51d5edac71afeb7f283244 from: Omar Polo date: Thu Jun 23 18:00:56 2022 UTC repopulate .gitignore, revert 78c05fa Probably due to a rebase, 78c05fa ended up truncating most of the portable .gitignore. Reinstate it with some small tweaks and add got-read-patch while here. commit - f6f9756590aafd0df5b48fdecc448a3806162211 commit + 48d12d85613defb1cd51d5edac71afeb7f283244 blob - 4a60c0c27b40897050d7c154b573305a91654071 blob + 2641dff323c6a20d1d2ab53bf11097dfc2904d5d --- .gitignore +++ .gitignore @@ -4,3 +4,41 @@ **/Makefile.linux **/obj **/tags +**/*.core +**/core +**/*.o +**/*.Po +**/*.a +**/.dirstamp +**/.deps/* +**/*~ +.ccls-cache/* +.deps/* +Makefile.common +aclocal.m4 +autom4te.cache/* +config.log +config.status +configure +etc/* +got/got +gotadmin/gotadmin +libexec/got-fetch-pack/got-fetch-pack +libexec/got-index-pack/got-index-pack +libexec/got-read-blob/got-read-blob +libexec/got-read-commit/got-read-commit +libexec/got-read-gitconfig/got-read-gitconfig +libexec/got-read-gotconfig/got-read-gotconfig +libexec/got-read-gotconfig/parse.c +libexec/got-read-object/got-read-object +libexec/got-read-pack/got-read-pack +libexec/got-read-patch/got-read-patch +libexec/got-read-tag/got-read-tag +libexec/got-read-tree/got-read-tree +libexec/got-send-pack/got-send-pack +regress/delta/delta_test +regress/deltify/deltify_test +regress/fetch/fetch_test +regress/idset/idset_test +regress/path/path_test +tog/tog