HITDAQ/FPGA_nios/.gitignore
2024-10-11 14:26:20 +02:00

38 lines
342 B
Plaintext

# Eclipse project files
.classpath
.project
.settings/
# Build output
Debug/
Release/
*.o
*.elf
*.bin
*.hex
*.srec
*.map
*.lst
*.d
# Other generated files
*.log
*.tmp
*.swp
*.bak
# Temporary files
*.tmp
*.user
# Eclipse metadata
.metadata/
# OS-specific files
.DS_Store
Thumbs.db
# Other
*.lst
*.pt