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 ...@@ -71,13 +71,13 @@ gradle-app.setting
# When using Gradle or Maven with auto-import, you should exclude module files, # 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 # since they will be recreated, and may cause churn. Uncomment if using
# auto-import. # auto-import.
# .idea/artifacts .idea/artifacts
# .idea/compiler.xml .idea/compiler.xml
# .idea/modules.xml .idea/modules.xml
# .idea/*.iml .idea/*.iml
# .idea/modules .idea/modules
# *.iml *.iml
# *.ipr *.ipr
# CMake # CMake
cmake-build-*/ 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