Skip to content

Commit

Permalink
Merge pull request github#1346 from ldrumm/master
Browse files Browse the repository at this point in the history
Added a .gitignore template for Lua based projects.
  • Loading branch information
arcresu committed Jan 7, 2015
2 parents 9f1b7d7 + b85372b commit e1d64ce
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Lua.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Compiled Lua sources
luac.out

# luarocks build files
*.src.rock
*.zip
*.tar.gz

# Object files
*.o
*.os
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

0 comments on commit e1d64ce

Please sign in to comment.