mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Ignore lists
This commit is contained in:
parent
b0eac255ca
commit
b24d4d0538
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,23 +1 @@
|
|||||||
## Visual Studio files
|
|
||||||
examples/Debug/*
|
|
||||||
examples/Release/*
|
|
||||||
examples/ipch/*
|
|
||||||
examples/directx9_example/Debug/*
|
|
||||||
examples/directx9_example/Release/*
|
|
||||||
examples/directx9_example/ipch/*
|
|
||||||
examples/directx11_example/Debug/*
|
|
||||||
examples/directx11_example/Release/*
|
|
||||||
examples/directx11_example/ipch/*
|
|
||||||
examples/opengl_example/Debug/*
|
|
||||||
examples/opengl_example/Release/*
|
|
||||||
examples/opengl_example/ipch/*
|
|
||||||
examples/opengl3_example/Debug/*
|
|
||||||
examples/opengl3_example/Release/*
|
|
||||||
examples/opengl3_example/ipch/*
|
|
||||||
*.opensdf
|
|
||||||
*.sdf
|
|
||||||
*.suo
|
|
||||||
*.vcxproj.user
|
|
||||||
|
|
||||||
## Ini files
|
|
||||||
imgui.ini
|
imgui.ini
|
||||||
|
28
examples/.gitignore
vendored
Normal file
28
examples/.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
## Visual Studio files
|
||||||
|
Debug/*
|
||||||
|
Release/*
|
||||||
|
ipch/*
|
||||||
|
x64/*
|
||||||
|
directx9_example/Debug/*
|
||||||
|
directx9_example/Release/*
|
||||||
|
directx9_example/ipch/*
|
||||||
|
directx9_example/x64/*
|
||||||
|
directx11_example/Debug/*
|
||||||
|
directx11_example/Release/*
|
||||||
|
directx11_example/ipch/*
|
||||||
|
directx11_example/x64/*
|
||||||
|
opengl_example/Debug/*
|
||||||
|
opengl_example/Release/*
|
||||||
|
opengl_example/ipch/*
|
||||||
|
opengl_example/x64/*
|
||||||
|
opengl3_example/Debug/*
|
||||||
|
opengl3_example/Release/*
|
||||||
|
opengl3_example/ipch/*
|
||||||
|
opengl3_example/x64/*
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.suo
|
||||||
|
*.vcxproj.user
|
||||||
|
|
||||||
|
## Ini files
|
||||||
|
imgui.ini
|
Loading…
Reference in New Issue
Block a user