This commit is contained in:
Caner Candan 2010-07-05 20:31:30 +02:00
commit 27552a573e
11 changed files with 414 additions and 71 deletions

23
.gitignore vendored Normal file
View 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/