Commit fe2e24af authored by Andrey Filippov's avatar Andrey Filippov

Align .gitignore with standard project conventions

parent 1ea74186
Pipeline #3691 canceled with stages
...@@ -3,11 +3,20 @@ workspace/ ...@@ -3,11 +3,20 @@ workspace/
cache/ cache/
logs/ logs/
tmp/ tmp/
attic
# Python # Python
__pycache__/ __pycache__/
*.pyc *.pyc
# Editor/system # Common project noise
*.log
*.backup
# IDE/editor/system
.classpath
.project
.settings/
/bin/
.DS_Store .DS_Store
*~ *~
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment