diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-08-20 11:42:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | db25118bd3bf002831b904e4d211558a1853e062 (patch) | |
tree | 3ddac74c74f7d99a2e5cefd64b8fd3323ef0ef3d /.gitignore | |
parent | a2061310244339c5e1ecad27d44c7ae9899c6dbc (diff) | |
download | dotnvim-db25118bd3bf002831b904e4d211558a1853e062.tar.gz dotnvim-db25118bd3bf002831b904e4d211558a1853e062.zip |
Ignore history file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b569ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.netrwhist + |