diff options
| author | Rémi Verschelde | 2017-08-24 19:27:44 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-24 19:27:44 +0200 |
| commit | a518ed105c8a734831fb60474202e10ba47d68e2 (patch) | |
| tree | 5f0f7d072e6dd28b82c844cd7a75fbc61ad33cd2 /.gitignore | |
| parent | d73e88215a53f78c36cb68b460214466ec6dce0a (diff) | |
| parent | aa91640c7e74fec578ce1e938042ec5a7ea15d8f (diff) | |
| download | godot-a518ed105c8a734831fb60474202e10ba47d68e2.tar.gz godot-a518ed105c8a734831fb60474202e10ba47d68e2.tar.zst godot-a518ed105c8a734831fb60474202e10ba47d68e2.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bed0700f..0cccfa97a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ platform/android/java/assets .deps/* .dirstamp +# Gprof output +gmon.out + # Vim temp files *.swo *.swp |
