diff options
author | Orestes Zoupanos <oresteszoupanos@hotmail.com> | 2016-05-17 23:08:40 +0100 |
---|---|---|
committer | Orestes Zoupanos <oresteszoupanos@hotmail.com> | 2016-05-17 23:08:40 +0100 |
commit | 67fe2adc1ce10b916887abe17ce38d229898ec8e (patch) | |
tree | de1a0a6ba157774acbf94daffd87c40b3646c8e7 /win32 | |
parent | d274f57a7067be2881ea0739e7ae48d0dd20fc02 (diff) | |
download | opus-67fe2adc1ce10b916887abe17ce38d229898ec8e.tar.gz |
Move Visual Studio GitIgnores to own file
Diffstat (limited to 'win32')
-rw-r--r-- | win32/.gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/win32/.gitignore b/win32/.gitignore new file mode 100644 index 00000000..d840c5e0 --- /dev/null +++ b/win32/.gitignore @@ -0,0 +1,25 @@ +# Visual Studio ignores +[Dd]ebug/ +[Dd]ebugDLL/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleaseDLL/ +[Rr]eleases/ +*.manifest +*.lastbuildstate +*.exe +*.lib +*.log +*.idb +*.ipdb +*.ilk +*.iobj +*.obj +*.opensdf +*.pdb +*.sdf +*.suo +*.tlog +*.vcxproj.user +*.vc.db +*.vc.opendb |