nfdos/CHANGELOG.md
neo.webmaster.2@gmail.com 5281bb3e83
Some checks failed
Build NFDOS ISO / build (push) Has been cancelled
"Auto-commit via make git"
2025-11-11 06:12:42 +01:00

23 lines
633 B
Markdown

grep -n "^[ ]\+" /home/neo/Público/nfdos/src/Makefile.am
grep -n "^[ ]\+" /home/neo/Público/nfdos/configure.ac
file Makefile.am
file src/Makefile.am
file configure.ac
cat -A Makefile.am | grep '\^I'
cat -A src/Makefile.am | grep '\^I'
cat -A configure.ac | grep '\^I'
nl -ba Makefile | sed -n '770,790p'
grep -n "^[ ]" Makefile | head
nao quer liberar:
```
git rm -r --cached dist
fatal: pathspec 'dist' não encontrou nenhum arquivo
git add dist/releases/.gitkeep
Os caminhos a seguir são ignorados por um dos seus arquivos .gitignore:
dist/releases
git check-ignore -v dist/releases
.gitignore:22:dist/* dist/releases
```