diff options
| -rw-r--r-- | .gitconfig | 3 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -46,4 +46,5 @@ camend = commit --amend -a -C HEAD ca = commit -a - +[core] + excludesfile = ~/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store |
