diff options
author | Mattes D <github@xoft.cz> | 2014-10-13 10:33:08 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-13 10:33:08 +0200 |
commit | 120b347fb5a29e14f19248275479d9a4d89eb370 (patch) | |
tree | 3da52b9ae1b97c1935179f37e9e119f42cc36912 /src/CheckBasicStyle.lua | |
parent | Merge pull request #1529 from mc-server/unique_ptr (diff) | |
download | cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar.gz cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar.bz2 cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar.lz cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar.xz cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.tar.zst cuberite-120b347fb5a29e14f19248275479d9a4d89eb370.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CheckBasicStyle.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CheckBasicStyle.lua b/src/CheckBasicStyle.lua index b244b1fbc..76ae8c325 100644 --- a/src/CheckBasicStyle.lua +++ b/src/CheckBasicStyle.lua @@ -41,6 +41,7 @@ local g_ShouldProcessExt = --- The list of files not to be processed: local g_IgnoredFiles = { + "Bindings/Bindings.h", "Bindings/Bindings.cpp", "LeakFinder.cpp", "LeakFinder.h", |