diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 11:33:41 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 12:19:16 +0100 |
commit | d6797e28650f7ba1c6e7ec7fc97264d0552c61ac (patch) | |
tree | bc4bcdb106a55bad2087d7b4be6ac9252600c565 | |
parent | 03a04172ec911a4334d814b87f4c9ecc805b817e (diff) | |
download | rneovim-d6797e28650f7ba1c6e7ec7fc97264d0552c61ac.tar.gz rneovim-d6797e28650f7ba1c6e7ec7fc97264d0552c61ac.tar.bz2 rneovim-d6797e28650f7ba1c6e7ec7fc97264d0552c61ac.zip |
.gitignore: Do not ignore *.rej
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3fb3d62517..68c0e9d17c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /.deps/ /tmp/ -*.rej *.orig *.mo .*.sw? |