diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-15 13:36:02 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-15 13:36:02 +0200 |
commit | 9e8d4db7789c0d8476f02610a3e1579782228f47 (patch) | |
tree | db522419cd26309689a6ef4fa5ebd63e680c5241 | |
parent | 0bb7d9b67eb81117d0170bca7db71bb1c4014d53 (diff) | |
download | twinkle-9e8d4db7789c0d8476f02610a3e1579782228f47.tar twinkle-9e8d4db7789c0d8476f02610a3e1579782228f47.tar.gz twinkle-9e8d4db7789c0d8476f02610a3e1579782228f47.tar.lz twinkle-9e8d4db7789c0d8476f02610a3e1579782228f47.tar.xz twinkle-9e8d4db7789c0d8476f02610a3e1579782228f47.zip |
Add CMakeLists.txt.user* into .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ src/sdp/sdp_parser.cxx src/sdp/sdp_parser.hxx src/sdp/sdp_scanner.cxx +# Qt Creator files +CMakeLists.txt.user* + # generic *~ |