Merge pull request #4201 from oderwat/oderwat-gitignores

Extending .gitignore to skip common IDE files and directories
This commit is contained in:
Andreas Rumpf
2016-05-25 02:31:53 +02:00

5
.gitignore vendored
View File

@@ -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)
.*/
~*