From d7604b97ae6fcfd20912a93da047a2b9e9f9c1de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Jan 2022 22:56:08 +0000 Subject: Initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88e4cd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +**/latex.out +*~ +*.orig +*.pyc +.*.sw? +.sw? +*.elf +*.pdf +**/bin +**/build +**/target +**/__pycache__ -- cgit v1.2.3