diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b8c677bfc..cf6f4eb51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,26 @@ # Code::TidyAll /.tidyall.d/ +.idea +# Logs and databases # +###################### +*.log +*.sqlite3-* +# Compiled source # +################### +*.com +*.class +*.dll +*.pyc +*.o +*.so +luacov.stats.out +# OS generated files # +###################### +*.orig +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db |