-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (35 loc) · 892 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Tests/Bin/*
Tests/TestsResults/*
Tests/TestConfigsDev/*
Tests/.vs/*
Bin/*
*.user
*.sdf
*.opensdf
*.suo
*.ptx
*.pyc
Falcor.VC.db
FalcorTest.VC.db
Framework/BuildScripts/PatchFalcorProps/PatchFalcorPropertySheet/PatchFalcorPropertySheet.VC.db
FalcorTest/TestResults/*
Falcor.VC.VC.opendb
.vs/*
.vscode/
*.pyc
*.o
*slang-dump-*
# A bit of a song and dance to ignore all the files
# in the Slang codebase except for the ones we need.
Framework/Externals/slang/*
!Framework/Externals/slang/source/
Framework/Externals/slang/source/**/*.vcxproj
Framework/Externals/slang/source/**/*.filters
Framework/Externals/slang/source/**/*.natvis
!Framework/Externals/slang/source/**/*.cpp
!Framework/Externals/slang/source/**/*.cpp
!Framework/Externals/slang/source/**/*.h
Framework/Externals/*
!Framework/Externals/dear_imgui_addons/
!Framework/Externals/dear_imgui_addons/imguinodegrapheditor/
Data/Media