diff --git a/.gitignore b/.gitignore index bbe54fd..11b7ee7 100644 --- a/.gitignore +++ b/.gitignore @@ -47,5 +47,44 @@ DS_Store ## whitelist .gitkeep files !.gitkeep -## ignore all files in scripts +# ---> Lua +# 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 \ No newline at end of file diff --git a/README.md b/README.md index b105d6f..85647f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ # DiesalLibs -