diff options
-rw-r--r-- | Documentation/.gitignore | 7 | ||||
-rw-r--r-- | Documentation/arm/SH-Mobile/.gitignore | 1 | ||||
-rw-r--r-- | Documentation/filesystems/.gitignore | 1 | ||||
-rw-r--r-- | Documentation/laptops/.gitignore | 2 | ||||
-rw-r--r-- | Documentation/networking/timestamping/.gitignore | 1 | ||||
-rw-r--r-- | Documentation/prctl/.gitignore | 3 | ||||
-rw-r--r-- | Documentation/ptp/.gitignore | 1 | ||||
-rw-r--r-- | Documentation/timers/.gitignore | 1 | ||||
-rw-r--r-- | Documentation/vDSO/.gitignore | 2 | ||||
-rw-r--r-- | Documentation/video4linux/.gitignore | 1 |
10 files changed, 12 insertions, 8 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore deleted file mode 100644 index bcd907b4141f..000000000000 --- a/Documentation/.gitignore +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | filesystems/dnotify_test | ||
2 | laptops/dslm | ||
3 | timers/hpet_example | ||
4 | vm/hugepage-mmap | ||
5 | vm/hugepage-shm | ||
6 | vm/map_hugetlb | ||
7 | |||
diff --git a/Documentation/arm/SH-Mobile/.gitignore b/Documentation/arm/SH-Mobile/.gitignore new file mode 100644 index 000000000000..c928dbf3cc88 --- /dev/null +++ b/Documentation/arm/SH-Mobile/.gitignore | |||
@@ -0,0 +1 @@ | |||
vrl4 | |||
diff --git a/Documentation/filesystems/.gitignore b/Documentation/filesystems/.gitignore new file mode 100644 index 000000000000..31d6e426b6d4 --- /dev/null +++ b/Documentation/filesystems/.gitignore | |||
@@ -0,0 +1 @@ | |||
dnotify_test | |||
diff --git a/Documentation/laptops/.gitignore b/Documentation/laptops/.gitignore new file mode 100644 index 000000000000..da2bd065f4bc --- /dev/null +++ b/Documentation/laptops/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | dslm | ||
2 | freefall | ||
diff --git a/Documentation/networking/timestamping/.gitignore b/Documentation/networking/timestamping/.gitignore index a380159765ce..9e69e982fb38 100644 --- a/Documentation/networking/timestamping/.gitignore +++ b/Documentation/networking/timestamping/.gitignore | |||
@@ -1,2 +1,3 @@ | |||
1 | timestamping | 1 | timestamping |
2 | txtimestamp | ||
2 | hwtstamp_config | 3 | hwtstamp_config |
diff --git a/Documentation/prctl/.gitignore b/Documentation/prctl/.gitignore new file mode 100644 index 000000000000..0b5c27447bf6 --- /dev/null +++ b/Documentation/prctl/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | disable-tsc-ctxt-sw-stress-test | ||
2 | disable-tsc-on-off-stress-test | ||
3 | disable-tsc-test | ||
diff --git a/Documentation/ptp/.gitignore b/Documentation/ptp/.gitignore new file mode 100644 index 000000000000..f562e49d6917 --- /dev/null +++ b/Documentation/ptp/.gitignore | |||
@@ -0,0 +1 @@ | |||
testptp | |||
diff --git a/Documentation/timers/.gitignore b/Documentation/timers/.gitignore new file mode 100644 index 000000000000..c5c45d7ec0df --- /dev/null +++ b/Documentation/timers/.gitignore | |||
@@ -0,0 +1 @@ | |||
hpet_example | |||
diff --git a/Documentation/vDSO/.gitignore b/Documentation/vDSO/.gitignore new file mode 100644 index 000000000000..133bf9ee986c --- /dev/null +++ b/Documentation/vDSO/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | vdso_test | ||
2 | vdso_standalone_test_x86 | ||
diff --git a/Documentation/video4linux/.gitignore b/Documentation/video4linux/.gitignore deleted file mode 100644 index 952703943e8e..000000000000 --- a/Documentation/video4linux/.gitignore +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | v4lgrab | ||