diff options
author | Alan Pearce | 2015-05-26 15:55:42 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-26 15:55:42 +0200 |
commit | 54926861002591eb27506e1d61feb1b81fa65160 (patch) | |
tree | d542dc0fe967c0ecbe8d6003e681d16ec43a4532 /tag-git/config/git | |
parent | cbe7177bed489fed71de7a97332bfae9c10663ed (diff) | |
download | nixfiles-54926861002591eb27506e1d61feb1b81fa65160.tar.lz nixfiles-54926861002591eb27506e1d61feb1b81fa65160.tar.zst nixfiles-54926861002591eb27506e1d61feb1b81fa65160.zip |
Git: Ignore .tern-port files globally
Diffstat (limited to 'tag-git/config/git')
-rw-r--r-- | tag-git/config/git/ignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-git/config/git/ignore b/tag-git/config/git/ignore index 78d8d163..d7189dc5 100644 --- a/tag-git/config/git/ignore +++ b/tag-git/config/git/ignore @@ -24,4 +24,6 @@ tramp GPATH GRTAGS -GTAGS \ No newline at end of file +GTAGS + +.tern-port \ No newline at end of file |