mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
Merge pull request #4201 from oderwat/oderwat-gitignores
Extending .gitignore to skip common IDE files and directories
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,6 +10,7 @@ nimcache/
|
||||
*.dylib
|
||||
*.zip
|
||||
*.iss
|
||||
*.log
|
||||
|
||||
mapping.txt
|
||||
tags
|
||||
@@ -42,3 +43,7 @@ xcuserdata/
|
||||
/testresults.json
|
||||
testament.db
|
||||
/csources
|
||||
|
||||
# Private directories and files (IDEs)
|
||||
.*/
|
||||
~*
|
||||
|
||||
Reference in New Issue
Block a user