Add .idea/ and cmake-build-*/ to gitignore (for jetbrains IDEs)

Change-Id: I70d8203cfa0a0c14f4df65d3a4bc9d5a1fbf12ae
Reviewed-on: https://code.wireshark.org/review/29959
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Émilio Gonzalez 2018-10-01 09:56:38 -04:00 committed by Peter Wu
parent 5428e8ddbe
commit 2a59aca80d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -56,6 +56,7 @@ wireshark-tap-register.c
# CMake #
##################
cmake-build-*/
CMakeCache.txt
CMakeFiles
CMakeLists.txt.user*
@ -160,6 +161,7 @@ wireshark-win??-libs*/
########
.vagrant
.vscode
.idea
*.swp
*~
.DS_Store