From 88a7d08db8b258304c6930c8d81d418bc1315fd9 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 18 Jun 2017 16:17:44 +0200 Subject: [PATCH] updated .gitignore --- .gitignore | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb578b3e..a89dd341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # QtCreator *.user + +TODO diff --git a/CMakeLists.txt b/CMakeLists.txt index 5262bdd3..0134590d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ include(CPack) file( GLOB_RECURSE PROJECT_FILES FOLLOW_SYMLINKS *.txt *.c *.cpp *.hpp *.h *.in *.dox *.cmake *.sh *.md *.yml *.bat - AUTHORS LICENSE + AUTHORS LICENSE TODO ) add_custom_target(