diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,7 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + # User-specific files *.suo *.user @@ -343,5 +344,7 @@ assets/ baserom/ *.vtx.inc *.otr +*.swp +*.a -tmp.txt
\ No newline at end of file +tmp.txt |
