diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-06-20 14:20:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 14:20:56 +1000 |
| commit | aa06893b58ac3ed88e796968d237f60f4c156875 (patch) | |
| tree | ad4b3a637b7bba88de772dd50150262d2992603e /.gitignore | |
| parent | ad2e85361128a2252798a7bb4c1cbc0bcd58e8ab (diff) | |
Add Djinn. (#17382)
* Add Djinn.
* Review comments.
* Further cleanup.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b1bd2609bc..e9bf3c2205 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -67,10 +67,12 @@ CMakeLists.txt | |||
| 67 | .vscode/temp.sql | 67 | .vscode/temp.sql |
| 68 | tags | 68 | tags |
| 69 | 69 | ||
| 70 | # Ignore image files | 70 | # Ignore image/font files |
| 71 | *.gif | 71 | *.gif |
| 72 | *.jpg | 72 | *.jpg |
| 73 | *.png | 73 | *.png |
| 74 | *.ttf | ||
| 75 | *.otf | ||
| 74 | 76 | ||
| 75 | # Things Travis sees | 77 | # Things Travis sees |
| 76 | /.vs | 78 | /.vs |
