From 5b7ce6cee1ef714c2cfe6ff505ad540a3ad24031 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 02 Sep 2021 15:01:45 -0400 Subject: Initial commit --- (limited to '.gitignore.d') diff --git a/.gitignore.d/openttd b/.gitignore.d/openttd new file mode 100644 index 0000000..f9ed1e4 --- /dev/null +++ b/.gitignore.d/openttd @@ -0,0 +1,21 @@ +# Exclude all files +* + +# Include relevant files +!/.config/ +!/.config/openttd/ +!/.config/openttd/*.cfg + +# Include Git attributes, config, and excludes files +!/.gitattributes.d/ +!/.gitattributes.d/openttd +!/.gitconfig.d/ +!/.gitconfig.d/openttd +!/.gitignore.d/ +!/.gitignore.d/openttd + +# Exclude swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig -- cgit v0.9.1