Ignore VIM temporary files and Windows waf unpacks

This commit is contained in:
Rafaël Kooi 2019-10-22 02:55:43 +02:00
parent 799001bfae
commit 9fee4dfa75
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -8,7 +8,9 @@ build
demos/*/build* demos/*/build*
playground/*/build* playground/*/build*
.waf-* .waf-*
waf-*
.waf3-* .waf3-*
waf3-*
*.log *.log
.DS_Store .DS_Store
.AppleDouble .AppleDouble
@ -37,3 +39,9 @@ Temporary Items
# Windows build output # Windows build output
waf.bat waf.bat
# Vim temporary files
*.swp
# YouCompleteMe configuration
.ycm_extra_conf.py