nfdos/.gitignore
neoricalex 666bf0b1bd
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
Primeiro Commit
2025-11-11 04:35:55 +01:00

64 lines
633 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/
/dist/
!/dist/releases/
!/dist/releases/*
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