From 2097847a996226e9f110fb43ea8f044a10a0a493 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 05 Mar 2016 03:20:35 -0500 Subject: Initial commit --- (limited to '.gitignore.d/git') diff --git a/.gitignore.d/git b/.gitignore.d/git new file mode 100755 index 0000000..396057e --- /dev/null +++ b/.gitignore.d/git @@ -0,0 +1,13 @@ +# Exclude all files +* + +# Include relevant files +!/.gitconfig +!/.gitignore.d/ +!/.gitignore.d/git + +# Exclude swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig -- cgit v0.9.1