Skip to content

Commit b029c0c

Browse files
pevikmetan-ucw
authored andcommittedSep 6, 2023
lib: Move gitignore entries to their directory
Signed-off-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]> Reviewed-by: Li Wang <[email protected]>
1 parent 546beb5 commit b029c0c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed
 

‎.gitignore

-18
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ autom4te.cache
3939
/include/mk/config-openposix.mk
4040
/include/mk/features.mk
4141
/m4/ltp-version.m4
42-
/lib/ltp.pc
4342
/pan/ltp-bump
4443
/pan/ltp-pan
4544

@@ -61,20 +60,3 @@ patches/
6160
logfile.*
6261

6362
/utils/benchmark/ebizzy-0.3/ebizzy
64-
/lib/tests/tst_tmpdir_test
65-
/lib/tests/tst_checkpoint
66-
/lib/tests/tst_checkpoint_wait_timeout
67-
/lib/tests/tst_checkpoint_wake_timeout
68-
/lib/tests/tst_process_state
69-
/lib/tests/tst_cleanup_once
70-
/lib/tests/tst_safe_macros
71-
/lib/tests/tst_strsig
72-
/lib/tests/tst_strerrno
73-
/lib/tests/tst_fs_fill_subdirs
74-
/lib/tests/tst_fs_fill_hardlinks
75-
/lib/tests/tst_device
76-
/lib/tests/tst_record_childstatus
77-
/lib/tests/trerrno
78-
/lib/tests/tst_dataroot01
79-
/lib/tests/tst_dataroot02
80-
/lib/tests/tst_dataroot03

‎lib/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/ltp-version.h
22
/cached-version
3+
/ltp.pc

‎lib/tests/.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/tst_tmpdir_test
2+
/tst_checkpoint
3+
/tst_checkpoint_wait_timeout
4+
/tst_checkpoint_wake_timeout
5+
/tst_process_state
6+
/tst_cleanup_once
7+
/tst_safe_macros
8+
/tst_strsig
9+
/tst_strerrno
10+
/tst_fs_fill_subdirs
11+
/tst_fs_fill_hardlinks
12+
/tst_device
13+
/tst_record_childstatus
14+
/trerrno
15+
/tst_dataroot01
16+
/tst_dataroot02
17+
/tst_dataroot03

0 commit comments

Comments
 (0)
Please sign in to comment.