From a318f6b740c22e58b405dd009675e65b2fb6d188 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 14 Jul 2014 00:19:19 -0400 Subject: ignore node_modules directories in a few places --- Makefile | 3 ++- agignore | 1 + vimrc | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 agignore diff --git a/Makefile b/Makefile index f8c898c..2d83d47 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ INTO = $(HOME) -INSTALL = aliases \ +INSTALL = agignore \ + aliases \ bash_logout \ bash_profile \ bashrc \ diff --git a/agignore b/agignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/agignore @@ -0,0 +1 @@ +node_modules/ diff --git a/vimrc b/vimrc index baa4521..4899bcd 100644 --- a/vimrc +++ b/vimrc @@ -723,7 +723,7 @@ endif let rec_exclude = '\(' \. '\(^\|/\)\.\|' \. '\~$\|' - \. '\<\(blib\|nytprof\|project\|target\)\|' + \. '\<\(node_modules\|blib\|nytprof\|project\|target\)\|' \. '\.\(' \. 'o\|exe\|dll\|bak\|orig\|swp\|bs\|' \. 'png\|jpg\|gif\|pdf\|doc\|d\|vsprops\|pbxproj\|sln' -- cgit v1.2.3-54-g00ecf