From 840fb76d797319ca0542dccc92a08feb1e9a8264 Mon Sep 17 00:00:00 2001 From: awuctl Date: Tue, 23 Aug 2022 18:48:54 +0200 Subject: initial commit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d01231 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +!*.c +!*.py +!Makefile +!README.md +!LICENSE +!.gitignore \ No newline at end of file -- cgit v1.2.3