AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

.gitignore (421B)


      1 # References folder
      2 Refs
      3 
      4 # Tex artifacts
      5 *.synctex*
      6 *.aux
      7 *.bbl
      8 *.blg
      9 420_paper.log
     10 *.out
     11 *.log
     12 
     13 #JUCE generated content
     14 Builds
     15 BinaryData.h
     16 BinaryData*.cpp
     17 build*/
     18 Bin*/
     19 JuceLibraryCode
     20 LV2.mak
     21 
     22 #Windows Temp Cache Files
     23 [Tt]humbs.db
     24 
     25 #macOS Finder and whatnot
     26 .DS_Store
     27 *.DS_Store
     28 *.swp
     29 *~
     30 
     31 # IDE settings
     32 .vscode/
     33 .idea/
     34 Plugin/xcode/
     35 
     36 # Other files I don't want
     37 *.asd
     38 *.mp4
     39 bin/*[!.zip]
     40 *.exe
     41 *_Packaged
     42 *.dmg
     43 *log*