From 0c71464c36e82f4c913167443dee1a32da6e807a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20R=C4=99kawek?= Date: Mon, 5 Jun 2023 17:50:42 +0200 Subject: [PATCH] Dir-specific .gitignore --- .gitignore | 1 - fred/.gitignore | 1 + hans-kloss/.gitignore | 1 + robbo/.gitignore | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 fred/.gitignore create mode 100644 hans-kloss/.gitignore create mode 100644 robbo/.gitignore diff --git a/.gitignore b/.gitignore index 3caf7fd..34448ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *.obx -*.OBJ *.XEX .idea diff --git a/fred/.gitignore b/fred/.gitignore new file mode 100644 index 0000000..8dbc9a8 --- /dev/null +++ b/fred/.gitignore @@ -0,0 +1 @@ +*.OBJ diff --git a/hans-kloss/.gitignore b/hans-kloss/.gitignore new file mode 100644 index 0000000..8dbc9a8 --- /dev/null +++ b/hans-kloss/.gitignore @@ -0,0 +1 @@ +*.OBJ diff --git a/robbo/.gitignore b/robbo/.gitignore new file mode 100644 index 0000000..8dbc9a8 --- /dev/null +++ b/robbo/.gitignore @@ -0,0 +1 @@ +*.OBJ