mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 06:09:15 +00:00
Move Visual Studio GitIgnores to own file
This commit is contained in:
parent
d274f57a70
commit
67fe2adc1c
2 changed files with 25 additions and 22 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -75,25 +75,3 @@ silk/float/x64
|
|||
src/Debug
|
||||
src/Release
|
||||
src/x64
|
||||
*.opensdf
|
||||
|
||||
# Visual Studio ignores
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
*.manifest
|
||||
*.lastbuildstate
|
||||
*.exe
|
||||
*.log
|
||||
*.idb
|
||||
*.ipdb
|
||||
*.ilk
|
||||
*.iobj
|
||||
*.obj
|
||||
*.pdb
|
||||
*.sdf
|
||||
*.suo
|
||||
*.tlog
|
||||
*.vcxproj.user
|
||||
*.vc.db
|
||||
|
|
25
win32/.gitignore
vendored
Normal file
25
win32/.gitignore
vendored
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue