diff options
author | Wohlstand <admin@wohlnet.ru> | 2024-05-27 01:13:40 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2024-05-27 01:14:28 +0300 |
commit | a91d559f0de7d513f9b372c284a6c8e98ee8b90e (patch) | |
tree | 08032e129eb5a5aed3278f2f080a7ceef859e17d /.gitignore | |
parent | b3604289940aa8f2690f79434eb96de9bbad30be (diff) | |
download | libADLMIDI-a91d559f0de7d513f9b372c284a6c8e98ee8b90e.tar.gz libADLMIDI-a91d559f0de7d513f9b372c284a6c8e98ee8b90e.tar.bz2 libADLMIDI-a91d559f0de7d513f9b372c284a6c8e98ee8b90e.zip |
Update .gitignore
Ignore VisualStudio related stuff when opening CMake project
Diffstat (limited to '.gitignore')
-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 |