2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

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

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