This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/.gitignore
2012-07-23 10:50:28 +02:00

24 lines
277 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/
!eompi.html
build/