gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

.gitignore (399B)


      1 # Compiled Object files
      2 *.slo
      3 *.lo
      4 *.o
      5 *.obj
      6 
      7 # annoying files
      8 **/.DS_Store
      9 
     10 # Generated by configure and make
     11 Makefile
     12 bin-stamp
     13 bin/*
     14 config.log
     15 config.status
     16 lib-stamp
     17 lib/*
     18 libtool
     19 portaudio-2.0.pc
     20 
     21 # Precompiled Headers
     22 *.gch
     23 *.pch
     24 
     25 # Compiled Dynamic libraries
     26 *.so
     27 *.dylib
     28 *.dll
     29 
     30 # Fortran module files
     31 *.mod
     32 
     33 # Compiled Static libraries
     34 *.lai
     35 *.la
     36 *.a
     37 *.lib
     38 
     39 # Executables
     40 *.exe
     41 *.out
     42 *.app