Update .gitignore

This commit is contained in:
2018-09-30 00:07:40 +02:00
parent 8e81af87b1
commit ba5babce47
3 changed files with 7 additions and 31 deletions

10
.gitignore vendored
View File

@ -43,9 +43,9 @@ hs_err_pid*
# 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/modules.xml
# .idea/*.iml
# .idea/modules
.idea/modules.xml
.idea/*.iml
.idea/modules
# CMake
cmake-build-*/
@ -79,3 +79,7 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Maven build
target/
**/target/