forked from osmocom/wireshark
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>thomas/dect
parent
5428e8ddbe
commit
2a59aca80d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue