diff options
Diffstat (limited to '.gitignore.d/git')
-rwxr-xr-x | .gitignore.d/git | 13 |
1 files changed, 13 insertions, 0 deletions
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 |