Browse Source

[Minor] Improve gitignore

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
7032d299c2
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      .gitignore

+ 24
- 0
.gitignore View File

@@ -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

Loading…
Cancel
Save