diff options
author | Wohlstand <admin@wohlnet.ru> | 2024-05-27 01:13:40 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2024-05-27 01:13:40 +0300 |
commit | fddd3c353abf4bd76ee76b3e09229f1c4c57b883 (patch) | |
tree | c33549b7ca9844953456389b466de725ab4295c3 | |
parent | 759de2665f6cfecffc074c48b5caa56b7a1d1deb (diff) | |
download | libADLMIDI-fddd3c353abf4bd76ee76b3e09229f1c4c57b883.tar.gz libADLMIDI-fddd3c353abf4bd76ee76b3e09229f1c4c57b883.tar.bz2 libADLMIDI-fddd3c353abf4bd76ee76b3e09229f1c4c57b883.zip |
Update .gitignore
Ignore VisualStudio related stuff when opening CMake project
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,3 +48,8 @@ cmake-build-*/* # Gen ADLDATA's deep-debug WAVs fm_banks/_deep_debug/* + +# MSVC Cmake integration +.vs/ +/out/ +CMakeSettings.json |