nfdos/.gitignore
neo.webmaster.2@gmail.com 39549c1748
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
"Auto-commit via make git"
2025-11-11 05:37:41 +01:00

67 lines
675 B
Plaintext

# === Autotools build artefacts ===
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.log
config.status
configure
depcomp
install-sh
missing
py-compile
stamp-h1
# === Build & dist directories ===
/build/
# Libera releases antes de ignorar dist
!/dist/releases/
!/dist/releases/*
/dist/
cpython/
busybox/
linux/
x-tools/
*.tar.gz
*.tar.bz2
*.zip
*.iso
*.img
*.cpio.gz
# === Python cache & venv ===
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.eggs/
venv/
.env/
.venv/
# === Editor / OS junk ===
*.swp
*.swo
*.bak
*.tmp
*~
.DS_Store
Thumbs.db
# === Logs ===
*.log
nohup.out
# === IDE / workspace ===
.vscode/
.idea/
*.iml
# === Backup copies ===
*.old
*.orig
*.rej