diff options
| author | Nathan J Conrad <[email protected]> | 2018-03-24 11:39:14 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2018-03-26 19:14:16 -0400 |
| commit | c7d21017fcec06ef9d0d87e0a94c38deab5e1e1c (patch) | |
| tree | 3cd859cde860322bcec335ee00d16f3c15fc5adb /.gitignore | |
| parent | 5373d10cd2b5dde7c94cccf6e07b8f59869223af (diff) | |
Add vim swap files to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,4 +26,5 @@ cuobjdump_to_ptxplus/sass_parser.cc cuobjdump_to_ptxplus/sass_parser.hh cuobjdump_to_ptxplus/sass_parser.output -build/*
\ No newline at end of file +build/* +*.swp |
