From e3b4350f44a51d0012457a556dc04dfd0ba267d4 Mon Sep 17 00:00:00 2001 From: purringChaos Date: Sun, 6 Jun 2021 17:27:26 +0100 Subject: Add PoroCYon's DSP code. (#1123) * Add PoroCYon's DSP code. * Remove some teakra iles that we dont need. * make some requested changes. * move DataMemoryOffset into namespace. * use deault param. * ad the switch change * forget about the default parameter --- src/teakra/.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/teakra/.gitignore (limited to 'src/teakra/.gitignore') diff --git a/src/teakra/.gitignore b/src/teakra/.gitignore new file mode 100644 index 0000000..11eb12c --- /dev/null +++ b/src/teakra/.gitignore @@ -0,0 +1,40 @@ +# Build directory +[Bb]uild/ +cmake-build/ +doc-build/ + +test/ + +# Generated source files +src/common/scm_rev.cpp +.travis.descriptor.json + +# Project/editor files +*.swp +.idea/ +.vs/ +.vscode/ + +# *nix related +# Common convention for backup or temporary files +*~ + +# Visual Studio CMake settings +CMakeSettings.json + +# OSX global filetypes +# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc) +.DS_Store +.AppleDouble +.LSOverride +.Spotlight-V100 +.Trashes + +# Windows global filetypes +Thumbs.db + +teakra.out +teakra.out.* + +# cmake and ctest temporary files +/Testing -- cgit v1.2.3