This commit is contained in:
ch
2018-07-30 01:13:44 +02:00
committed by GitHub
parent d3c6b22871
commit e34d7f2242
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
deltaCacheSize = 25m
[core]
quotepath = false
excludesfile = ~/.gitignore
excludesfile = ~/.gitignore_global
autocrlf = input
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
+31
View File
@@ -0,0 +1,31 @@
# Ignore thumbnails created by windows
Thumbs.db
desktop.ini
# Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
# Ignore JetBrain programs working dir
.idea/
# Avoid temp files - Linux/BSD style
*~
.*.swp
# Ignore constant irritating macOS file
.DS_Store