Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2019-11-17 01:04:05 +0300
committerOliver Schneider <oliver@assarbad.net>2019-11-17 01:04:05 +0300
commitc4c75435b9aff78752fb25719b8841209a97d551 (patch)
treeb301987170a12488520cf81155bb26c24887a807 /premake4.lua
parentb15edd4c0b3949f773e95129bd9fefdad1686c6a (diff)
Adding .editorconfig files in the hope of avoiding future messing with line
endings or mixed tabs and spaces ...
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 9e22027..10ff110 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -449,7 +449,7 @@ solution (iif(release, slnname, "windirstat"))
["Source Files/Controls/*"] = { "windirstat/Controls/*.cpp" },
["Source Files/Dialogs/*"] = { "windirstat/Dialogs/*.cpp" },
["Source Files/*"] = { "windirstat/*.cpp" },
- ["Special Files/*"] = { "common/BUILD", "common/*.cmd", "premake4.lua", "*.cmd" },
+ ["Special Files/*"] = { "common/BUILD", "common/*.cmd", "premake4.lua", "*.cmd", ".editorconfig", ".hgignore", ".hgeol" },
["*"] = { "*.txt", "*.md" },
}