1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
This commit is contained in:
Tobias Hunger
2016-09-09 10:01:43 +02:00
parent 03bae46865
commit 366e38284d

5
.gitignore vendored
View File

@@ -1,2 +1,7 @@
# Exclude MacOS Finder files. # Exclude MacOS Finder files.
.DS_Store .DS_Store
*.user*
*.pyc
Testing