HITDAQ/FPGA_nios/.gitignore

38 lines
342 B
Plaintext
Raw Normal View History

2024-10-11 14:26:20 +02:00
# 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