diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-10-09 11:17:00 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-10-27 01:57:44 +0000 |
commit | a326019a8a36a9c19c9831ac7f3688e5c0835bae (patch) | |
tree | 9b2000782eca7ab4d87fd47c2519356a629d77c9 /.gitignore | |
parent | 7823bf526882b579098cce727a35d7ced3292b9b (diff) | |
download | patchwork-a326019a8a36a9c19c9831ac7f3688e5c0835bae.tar patchwork-a326019a8a36a9c19c9831ac7f3688e5c0835bae.tar.gz |
gitignore: Only ignore quilt files at the root of the repository
So, say, a 'series' directory in the project (added in a later patch)
doesn't get ignored.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ TAGS patches-* # quilt's files -patches -series +/patches +/series # cscope files cscope.* |