diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-05 03:20:35 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-05 03:20:35 (EST) |
commit | 2097847a996226e9f110fb43ea8f044a10a0a493 (patch) | |
tree | 3099d90bdaed3c9d3e074817633c065bcda47a29 /.gitignore.d/git | |
download | git-2097847a996226e9f110fb43ea8f044a10a0a493.zip git-2097847a996226e9f110fb43ea8f044a10a0a493.tar.gz git-2097847a996226e9f110fb43ea8f044a10a0a493.tar.bz2 |
Initial commit
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 |