diff --git a/.gitignore b/.gitignore index c233c6e..4a69e75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,27 @@ -/.private/ -/.build/ -/voxula \ No newline at end of file +# Hidden folders +/.* +*/.* + +# Unixoid executables (ELF format) +*.a +*.elf +*.o +*.so + +/voxula + +# Windows Executables (COFF/PE-format) +*.dll +*.exe +*.lib + +# Images +*.bmp +*.jpeg +*.jpg +*.png + +# Moving Pictures +*.avi +*.mp4