Commit ff04e9ed08f54db61424ab243ce71321777fc17e

Authored by jklontz
2 parents 4509e4ee 2e2ed0af

Merge pull request #77 from imaus10/master

Add vim temp files to the gitignore
Showing 1 changed file with 3 additions and 0 deletions
.gitignore
... ... @@ -29,3 +29,6 @@ scripts/results
29 29  
30 30 ### OS X ###
31 31 *.DS_Store
  32 +
  33 +### vim ###
  34 +*.swp
... ...