Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
73 lines
753 B
Plaintext
73 lines
753 B
Plaintext
# === Autotools 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/
|
|
|
|
# Ignora tudo dentro de dist por padrão
|
|
/dist/**
|
|
|
|
# Mas mantém a pasta releases e o que estiver dentro
|
|
!/dist/
|
|
!/dist/releases/
|
|
!/dist/releases/**
|
|
|
|
cpython/
|
|
busybox/
|
|
linux/
|
|
e2fsprogs/
|
|
x-tools/
|
|
tmp/
|
|
|
|
*.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
|