diff options
-rw-r--r-- | .gitattributes | 5 | ||||
-rw-r--r-- | .gitignore | 26 |
2 files changed, 1 insertions, 30 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 diff --git a/.gitignore b/.gitignore index 10f3dabb5..774a17eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,30 +4,4 @@ .deps .libs .flatpak-builder -Makefile -Makefile.in -/ABOUT-NLS -/aclocal.m4 -/autom4te.cache /build -/compile -/config.h -/config.h.in -/config.h.in~ -/config.guess -/config.log -/config.rpath -/config.status -/config.sub -/configure -/depcomp -/gtk-doc.make -/install-sh -/libtool -/ltmain.sh -/Makefile -/Makefile.in -/m4 -/missing -/stamp-h1 -/test-driver |