diff options
| author | Hein-Pieter van Braam | 2017-08-24 17:38:17 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-08-24 17:38:17 +0200 |
| commit | aa91640c7e74fec578ce1e938042ec5a7ea15d8f (patch) | |
| tree | ffcb5ca3b9aec8e7c5c0400aa3654927175a0347 /.gitignore | |
| parent | 3ea0943f645e5fda0b1bb68415e9c92ed4cf97dd (diff) | |
| download | godot-aa91640c7e74fec578ce1e938042ec5a7ea15d8f.tar.gz godot-aa91640c7e74fec578ce1e938042ec5a7ea15d8f.tar.zst godot-aa91640c7e74fec578ce1e938042ec5a7ea15d8f.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 497d8b50d..765a1a491 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ platform/android/java/assets .deps/* .dirstamp +# Gprof output +gmon.out + # Vim temp files *.swo *.swp |
