diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2021-08-26 13:04:27 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2021-08-26 13:04:27 -0400 |
commit | 5f661d8a5db3f7875f6bf36b4843a71fd08ecbea (patch) | |
tree | b18ce3ceb27fd885cd6aec19a3c342bb9e7963ef /.gitignore |
Add initial implementation
Supports accessing and printing the runlist on the Jetson Xavier to
dmesg. May work on other Jetson boards. Currently requires the nvgpu
headers from NVIDIA's Linux4Tegra (L4T) source tree.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..197a191 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,7 @@ | |||
1 | .* | ||
2 | *.ko | ||
3 | *.mod.c | ||
4 | *.o | ||
5 | *.o.* | ||
6 | modules.order | ||
7 | Module.symvers | ||