Add CMakeLists.txt.user* to .gitignore.

Qt Creator uses CMakeLists.txt.user to store CMake build settings.

Change-Id: I600289183dcfbc03cd9b555c4b646e6cfb799b0e
Reviewed-on: https://code.wireshark.org/review/11700
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-11-10 12:00:11 -08:00
parent 0b05086754
commit ec303c13b3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -113,6 +113,7 @@ ylwrap
##################
CMakeCache.txt
CMakeFiles
CMakeLists.txt.user*
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake