diff options
author | Carlos Soriano <csoriano@gnome.org> | 2017-03-27 11:26:40 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2017-03-27 11:26:40 +0200 |
commit | 17a2ab21ef2901ddb712991aa9929881977b7eb1 (patch) | |
tree | 2214dc1037e197f8ae23ff8a24548a801ce7ec27 /.gitignore | |
parent | 59cb71541280ac2b2e690117444675e13422737b (diff) | |
download | nautilus-17a2ab21ef2901ddb712991aa9929881977b7eb1.tar.gz |
gitignore: Add .flatpak-builder
The .flatpak-builder is used by flatpak-builder for internal use when
building with flatpak, so ignore it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1f9a04622..10f3dabb5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.o .deps .libs +.flatpak-builder Makefile Makefile.in /ABOUT-NLS |