Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 24, 2016
1 parent a19c2f1 commit 26092eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
*.ko
*.obj
*.elf
/obj

# Precompiled Headers
*.gch
Expand All @@ -27,3 +28,16 @@
*.i*86
*.x86_64
*.hex

# Compiled files
deps/luajit/src/host/buildvm
deps/luajit/src/host/buildvm_arch.h
deps/luajit/src/host/minilua
deps/luajit/src/jit/vmdef.lua
deps/luajit/src/lj_bcdef.h
deps/luajit/src/lj_ffdef.h
deps/luajit/src/lj_folddef.h
deps/luajit/src/lj_libdef.h
deps/luajit/src/lj_recdef.h
deps/luajit/src/lj_vm.s
deps/luajit/src/luajit

0 comments on commit 26092eb

Please sign in to comment.