mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
366e38284d
Ignore *.user* files from QtCreator and *.pyc files.
8 lines
64 B
Plaintext
8 lines
64 B
Plaintext
# Exclude MacOS Finder files.
|
|
.DS_Store
|
|
|
|
*.user*
|
|
|
|
*.pyc
|
|
Testing
|