diff --git a/simulat0r/firmware/applications/.gitignore b/simulat0r/firmware/applications/.gitignore new file mode 100644 index 0000000..0de4484 --- /dev/null +++ b/simulat0r/firmware/applications/.gitignore @@ -0,0 +1 @@ +*.gen diff --git a/simulat0r/firmware/l0dable/.gitignore b/simulat0r/firmware/l0dable/.gitignore new file mode 100644 index 0000000..ca79c34 --- /dev/null +++ b/simulat0r/firmware/l0dable/.gitignore @@ -0,0 +1,4 @@ +*.elf +*.bin +usetable.h +loadable.ld diff --git a/simulat0r/firmware/loadable/.gitignore b/simulat0r/firmware/loadable/.gitignore new file mode 100644 index 0000000..7652361 --- /dev/null +++ b/simulat0r/firmware/loadable/.gitignore @@ -0,0 +1,4 @@ +*.elf +*.bin +*.h +loadable.ld