From ebd11ded9017871da810ea42f7eef4120b563041 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue, 25 Feb 2020 15:39:25 +0800 Subject: [PATCH] gitignore: ignore patches in root directory This will have GIT ignore patches in root directory, as created when using "git format-patch". --- .gitignore | 58 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 0908c0fd17..6549af83be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,30 @@ -*.o -.DS_Store -.*.swp -/env -/dl -/.config -/.config.old -/bin -/build_dir -/staging_dir -/tmp -/logs -/feeds -/feeds.conf -/files -/overlay -/package/feeds -/package/openwrt-packages -key-build* -*.orig -*.rej -*~ -.#* -*# -.emacs.desktop* -TAGS*~ -git-src -.git-credentials \ No newline at end of file +*.o +.DS_Store +.*.swp +/env +/dl +/.config +/.config.old +/bin +/build_dir +/staging_dir +/tmp +/logs +/feeds +/feeds.conf +/files +/overlay +/package/feeds +/package/openwrt-packages +/*.patch +key-build* +*.orig +*.rej +*~ +.#* +*# +.emacs.desktop* +TAGS*~ +git-src +.project +.cproject