diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-23 16:42:14 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-03-20 08:45:21 -0700 |
commit | d548e9ae07162e2904b72345a60a9e3e7df4709e (patch) | |
tree | 4189faf7a5065f6ddc47c2eb908151901bd99cd8 /tools/include | |
parent | 077b70fb467c549bdedc84a58137ec91e885aa66 (diff) |
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Testing of nolibc can produce a tools/include/nolibc/sysroot file, which
is not known to git. Because it is automatically generated, there is no
reason for it to be known to git. Therefore, add a .gitignore to remove
it from git's field of view.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Willy Tarreau <w@1wt.eu>
Cc: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Cc: Sven Schnelle <svens@linux.ibm.com>
Diffstat (limited to 'tools/include')
-rw-r--r-- | tools/include/nolibc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/nolibc/.gitignore b/tools/include/nolibc/.gitignore new file mode 100644 index 000000000000..dea22eaaed2b --- /dev/null +++ b/tools/include/nolibc/.gitignore @@ -0,0 +1 @@ +sysroot |