mirror of
https://github.com/audacity/audacity-project-tools.git
synced 2026-02-03 19:46:27 -06:00
48 lines
402 B
Plaintext
48 lines
402 B
Plaintext
# 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
|
|
|
|
build/**
|
|
.vs/**
|
|
out/**
|
|
.venv/**
|
|
CMakeUserPresets.json
|
|
|
|
# Audacity files
|
|
|
|
*.aup3
|
|
*.aup4
|
|
*.aup3-shm
|
|
*.aup3-wal
|
|
*.aup4-shm
|
|
*.aup4-wal
|