Skip to content
Snippets Groups Projects
Commit 2553de3a authored by Carl Jones's avatar Carl Jones
Browse files

Update .gitignore to take into account Gradle auto-import.

parent 3944235a
No related branches found
No related tags found
No related merge requests found
......@@ -71,13 +71,13 @@ gradle-app.setting
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
.idea/artifacts
.idea/compiler.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# CMake
cmake-build-*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment