Skip to content

Commit

Permalink
gitignore: ignore patches in root directory
Browse files Browse the repository at this point in the history
This will have GIT ignore patches in root directory, as created
when using "git format-patch".
  • Loading branch information
aiamadeus committed Feb 25, 2020
1 parent c1e3970 commit ebd11de
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
*.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

0 comments on commit ebd11de

Please sign in to comment.