Просмотр исходного кода

Add Lua compiled (bytecode) file extension into git ignore pattern.
[ci skip]

Yao Wei Tjong 姚伟忠 12 лет назад
Родитель
Сommit
8bf7f45895
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -23,6 +23,9 @@ Lib/
 # Compiled AngelScript
 *.asc
 
+# Compiled Lua script
+*.luc
+
 # Generated documentation
 Docs/html/
 Docs/Doxyfile