Skip to content
Snippets Groups Projects
Commit 20bc1a36 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

provided more robust .gitignore

parent 49666a14
No related branches found
No related tags found
No related merge requests found
.idea
# Mac file finder metadata
.DS_Store
# Windows file metadata
._*
# Thumbnail image caches
Thumbs.db
ethumbs.db
# MS Office temporary file
~*
# Emacs backup file
*~
# Common
bin
# Python files
*.pyc
*.pyo
*.apk
__pycache__/
# JetBrains (IntelliJ IDEA, PyCharm, etc) files
.idea/
cmake-build-*/
*.iml
*.iws
*.ipr
venv/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment