Update .gitignore

This commit is contained in:
Lucaskyy 2022-03-19 16:10:05 +01:00
parent 6666c7a4b7
commit 733fb6a3b8
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
1 changed files with 8 additions and 8 deletions

16
.gitignore vendored
View File

@ -54,14 +54,14 @@ 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/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# CMake
cmake-build-*/