Merge pull request #320 from doraemoncito/ignore-intellij-idea-state-files

Ignore the the .idea folder in the project's root directory contains IntelliJ IDE project specific settings files.
This commit is contained in:
Evan Miller
2021-07-31 07:39:24 -04:00
committed by GitHub
+1
View File
@@ -3,6 +3,7 @@
*.la *.la
*.out *.out
.deps/ .deps/
.idea/
.libs/ .libs/
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/