...
This commit is contained in:
parent
2b9402d3f5
commit
27552a573e
11 changed files with 414 additions and 71 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue