diff options
| author | Yong He <yonghe@outlook.com> | 2021-03-15 12:59:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 12:59:58 -0700 |
| commit | 10b39e0cb545f98f1a417da8e8e52258134a3e87 (patch) | |
| tree | f57192ca5b79365a40e02d64879591ed70c9975a /.gitignore | |
| parent | e428f6e6cb868e7ca487dba09f3ca5530fd85ca6 (diff) | |
Enable `gfx::CUDADevice` on linux. (#1756)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fad8a1030..fe322c934 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.exe *.pdb .vs +.vscode *.VC.opendb *.VC.db *.vcxproj.user @@ -15,6 +16,7 @@ bin/ intermediate/ build.*/ +Makefile # Files generated by test runner. # |
