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:33:50 -0400 |
commit | 66a3f7b35ca796b5b85442feadd9c8b2d2a28cf0 (patch) | |
tree | 356872e0f006cdb7d71b18b61ed2b3892efe7fa2 | |
parent | 931a4c914bc2c23177faab05fc76232fdd254076 (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 @@ +#*# +.#* +*~ |