updated .gitignore
This commit is contained in:
parent
f877cf340c
commit
88a7d08db8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
# QtCreator
|
# QtCreator
|
||||||
*.user
|
*.user
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|||||||
@ -156,7 +156,7 @@ include(CPack)
|
|||||||
file(
|
file(
|
||||||
GLOB_RECURSE PROJECT_FILES FOLLOW_SYMLINKS
|
GLOB_RECURSE PROJECT_FILES FOLLOW_SYMLINKS
|
||||||
*.txt *.c *.cpp *.hpp *.h *.in *.dox *.cmake *.sh *.md *.yml *.bat
|
*.txt *.c *.cpp *.hpp *.h *.in *.dox *.cmake *.sh *.md *.yml *.bat
|
||||||
AUTHORS LICENSE
|
AUTHORS LICENSE TODO
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user