23 lines
265 B
Text
23 lines
265 B
Text
# ignore html files
|
|
*.html
|
|
|
|
# ignore all textual files
|
|
*.txt
|
|
|
|
# ignore object and archive files
|
|
*.[oa]
|
|
|
|
# ignore auto-saved files
|
|
*~
|
|
\#*\#
|
|
|
|
# excepted these manually configured files
|
|
!CMakeLists.txt
|
|
!README.txt
|
|
!application/
|
|
!build/
|
|
!doc/
|
|
!lib/
|
|
!src/
|
|
!test/
|
|
build/
|