paradiseo/.gitignore
Caner Candan 27552a573e ...
2010-07-05 20:31:30 +02:00

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/