Download raw body.
got-portable gitignore additions
After building on NetBSD I found some generated files in the template directory not covered in .gitignore: see patch. An alternative would be to list some of the paths explicitly, e.g. template/configure. -- James diff /home/falsifian/co/got-portable path + /home/falsifian/co/got-portable commit - a86933943ecf60552fe7c1bbb4b44fbf56a7118a blob - 19d8f79af50a1afeceebf09d3fed4f07b377e7d5 file + .gitignore --- .gitignore +++ .gitignore @@ -7,10 +7,15 @@ **/.deps/* **/.dirstamp **/Makefile +**/Makefile.common **/Makefile.in **/Makefile.linux +**/aclocal.m4 **/autom4te.cache/* **/compile +**/config.log +**/config.status +**/configure **/core **/depcomp **/install-sh @@ -21,11 +26,6 @@ **/ylwrap .ccls-cache/* .deps/* -Makefile.common -aclocal.m4 -config.log -config.status -configure cvg/cvg etc/* gitwrapper/gitwrapper
got-portable gitignore additions