Browse Source

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

Yao Wei Tjong 姚伟忠 12 years ago
parent
commit
8bf7f45895
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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