2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 09:27:17 +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*
playground/*/build*
.waf-*
waf-*
.waf3-*
waf3-*
*.log
.DS_Store
.AppleDouble
@ -37,3 +39,9 @@ Temporary Items
# Windows build output
waf.bat
# Vim temporary files
*.swp
# YouCompleteMe configuration
.ycm_extra_conf.py