diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
commit | 71ab2bb3ed3aa8f12229e1c55fcc1f885a82f7e2 (patch) | |
tree | b3008c8db617b9799d493703dd814d8b5cfb524c /.gitignore | |
parent | 153baecaf150112fc06690cb5faad880e8bf5083 (diff) |
project-wide: migrate to git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc0e9ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.d +*.o +*.iso +*.log +*.status +/Makefile +/cross +/configure +/stand +/sys/include/machine +autom4te.cache |