From f94ee843d2c29256c8f463d2e55cc10f96d46d7e Mon Sep 17 00:00:00 2001 From: Metabox Date: Sun, 24 Mar 2019 07:34:38 +1100 Subject: [PATCH] updt --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.gitignore b/.gitignore index e27c0bd..235e7dc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,39 @@ thttpd-2.29/ thttpd-2.29/* startDevWebServer.sh thttpd.conf +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files and db# +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +*.db -- 2.34.1