OpenRTX/.gitignore

52 wiersze
424 B
Plaintext
Czysty Zwykły widok Historia

# Meson build dirs
2020-12-18 18:25:28 +00:00
build_*
2020-10-04 16:25:26 +00:00
2020-03-30 13:57:43 +00:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Binaries
*.bin
*.elf
*.hex
*.map
# Python byte-compiled
*/__pycache__
# Kdevelop files
*.kdev4
.kdev4/
2020-12-18 18:25:28 +00:00
# gutentags
tags