diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-07-06 09:54:18 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-07-06 09:55:32 -0700 |
commit | 8c5826f2056e4430f97c1d7b030b7a1348d87b43 (patch) | |
tree | 2e48832d0b3fdfdcee3686704610ced480a84306 /.gitignore | |
parent | 8fbc27f293cd15c9162d36d3e31ca3c757d45e7d (diff) | |
download | puppet-8c5826f2056e4430f97c1d7b030b7a1348d87b43.tar.gz |
(maint) Add tags to .gitingore
Exuberant Ctags writes the ctags files to the root of the repository.
autotag.vim updates this file every time I save something.
I'm adding tags to the git ignore so my working tree isn't always dirty.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2082370b..e23f50fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .rspec results +tags .*.sw[op] |