diff options
author | 2020-05-13 01:43:26 +0200 | |
---|---|---|
committer | 2020-05-13 01:43:26 +0200 | |
commit | c4f15aa3a95d61ebd333b64662164e27d232ec04 (patch) | |
tree | 85261c2b6db84cf46a6d952852697a9d5ca4ebc5 /.gitignore | |
parent | d4c1ac6442010018e75c6347c46ac77949af83f0 (diff) | |
download | cherry-c4f15aa3a95d61ebd333b64662164e27d232ec04.tar.gz cherry-c4f15aa3a95d61ebd333b64662164e27d232ec04.zip |
Ignoring working directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -57,4 +57,6 @@ dkms.conf *.sln *.vcxproj *.vcxproj.filters -.vs/
\ No newline at end of file +.vs/ + +bin/*
\ No newline at end of file |