mirror of
https://gitee.com/eda-development/eda_fpga.git
synced 2025-05-17 06:56:46 +08:00
40 lines
560 B
Plaintext
40 lines
560 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
#*.so
|
|
#*.dylib
|
|
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.out
|
|
*.app
|
|
|
|
*.pro.user
|
|
*.DS_Store
|
|
/src/build-eda_qt-Desktop_Qt_5_12_1_MinGW_64_bit-Debug
|
|
/src/build-eda_qt-Desktop_Qt_5_12_2_MinGW_64_bit-Debug
|
|
/src/build-eda-Qt_6_2_2_for_macOS-Debug/
|
|
/src/build-eda-Qt_6_2_2_for_macOS-Release/
|
|
/src/build-eda_qt-Qt_6_2_2_for_macOS-Debug
|