Skip to content

Commit

Permalink
copy repo to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
psynct committed Jun 13, 2020
1 parent 3c38f1b commit 02a6e60
Show file tree
Hide file tree
Showing 82 changed files with 19,805 additions and 1 deletion.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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

.idea
Loading

0 comments on commit 02a6e60

Please sign in to comment.