diff options
author | purringChaos <kitteh@kitteh.pw> | 2021-06-06 17:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 18:27:26 +0200 |
commit | e3b4350f44a51d0012457a556dc04dfd0ba267d4 (patch) | |
tree | 3ac02cfbe00ab13c787e77dbf7aa491a0e33ed1b /src/teakra/.gitignore | |
parent | 2494058a7190a4a673fc0d6c2e59740c896a74c6 (diff) |
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
* <Generic> forget about the default parameter
Diffstat (limited to 'src/teakra/.gitignore')
-rw-r--r-- | src/teakra/.gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
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 |