diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | usr/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 060a71d41ad7..8d15830b883d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -45,3 +45,6 @@ series | |||
45 | 45 | ||
46 | # cscope files | 46 | # cscope files |
47 | cscope.* | 47 | cscope.* |
48 | |||
49 | *.orig | ||
50 | *.rej | ||
diff --git a/usr/.gitignore b/usr/.gitignore index be186a82e8d0..69b2e89fa165 100644 --- a/usr/.gitignore +++ b/usr/.gitignore | |||
@@ -5,3 +5,4 @@ gen_init_cpio | |||
5 | initramfs_data.cpio | 5 | initramfs_data.cpio |
6 | initramfs_data.cpio.gz | 6 | initramfs_data.cpio.gz |
7 | initramfs_list | 7 | initramfs_list |
8 | include | ||