diff options
author | Carlos Soriano <csoriano@gnome.org> | 2017-03-27 11:31:43 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2017-03-27 11:40:08 +0200 |
commit | f63a5881387f0d97684d1c57ba38ce06d3f75008 (patch) | |
tree | 1ffff4db25805d9c8f80af4138abd9f3660b3c96 /.gitattributes | |
parent | 17a2ab21ef2901ddb712991aa9929881977b7eb1 (diff) | |
download | nautilus-f63a5881387f0d97684d1c57ba38ce06d3f75008.tar.gz |
gitignore: Remove autotools related files.
And also some non existent files.
https://bugzilla.gnome.org/show_bug.cgi?id=780584
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index c1769ab84..26466c8de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,12 +2,9 @@ /.gitignore export-ignore /.gitmodules export-ignore /nautilus.doap export-ignore -/.buildconfig export-ignore -/OVERVIEW.md export-ignore -/org.gnome.Nautilus.json export-ignore +/docs/Overview.md export-ignore /test/file-torture.py export-ignore /src/gtk/gtk-code-generator.sh export-ignore /data/run-uncrustify.sh export-ignore /data/uncrustify.cfg export-ignore -/eel/README.canvas export-ignore /build-aux/make_release.sh export-ignore |