diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:31:27 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:31:27 -0400 |
commit | 3f4693f23f300043835ec1fbe68a133fde9e0c82 (patch) | |
tree | 238c0c38b7d3d03295b448b68b4c8e91a8030500 | |
parent | 12c23bfba4ba9a048dbc8e0999c3cca4a7f32493 (diff) |
add a sane default git ignore list
-rw-r--r-- | .config/git/ignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/ignore b/.config/git/ignore index e69de29..d0f607c 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -0,0 +1,3 @@ +#*# +.#* +*~ |