diff options
| author | Hein-Pieter van Braam | 2017-08-24 17:38:17 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-27 13:01:09 +0200 |
| commit | 3b9ee55c326835c909bb9b383fb7e3ab8eadad22 (patch) | |
| tree | d4af69028f765d5c646f47ba3a85c1fbda489a40 /.gitignore | |
| parent | b9e992d803fd86782135fc7fa2abfce7ed398146 (diff) | |
| download | godot-3b9ee55c326835c909bb9b383fb7e3ab8eadad22.tar.gz godot-3b9ee55c326835c909bb9b383fb7e3ab8eadad22.tar.zst godot-3b9ee55c326835c909bb9b383fb7e3ab8eadad22.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 16ce874b4..bf6b4e3c3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ platform/android/java/assets .deps/* .dirstamp +# Gprof output +gmon.out + # Vim temp files *.swo *.swp |
