diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-09 08:01:43 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-12 15:23:50 (GMT) |
commit | 366e38284d0a111542a5c87ded6ad21fa641cb2c (patch) | |
tree | 2608fde37fc965107087fe4740014f38a76cdbad /.gitignore | |
parent | 03bae46865f2abb3a74728986f523a30d79eb095 (diff) | |
download | CMake-366e38284d0a111542a5c87ded6ad21fa641cb2c.zip CMake-366e38284d0a111542a5c87ded6ad21fa641cb2c.tar.gz CMake-366e38284d0a111542a5c87ded6ad21fa641cb2c.tar.bz2 |
Update .gitignore
Ignore *.user* files from QtCreator and *.pyc files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ # Exclude MacOS Finder files. .DS_Store + +*.user* + +*.pyc +Testing |