12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- # Compiled source #
- ###################
- *.com
- *.class
- *.dll
- *.exe
- *.o
- *.so
- # Packages #
- ############
- # it's better to unpack these files and commit the raw source
- # git has its own built in compression methods
- *.7z
- *.dmg
- *.gz
- *.iso
- *.jar
- *.rar
- *.tar
- *.zip
- # Logs and databases #
- ######################
- *.log
- *.sql
- *.sqlite
- # OS generated files #
- ######################
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- Icon?
- ehthumbs.db
- Thumbs.db
- # Files generated by GNU Build System #
- #######################################
- .deps
- .libs
- ltmain.sh
- missing
- Makefile
- Makefile.in
- aclocal.m4
- config.*
- .cproject
- .project
- autom4te.cache
- depcomp
- install-sh
- libtool
- compile
- ogre.cfg
- stamp-h1
- media
- configure
- src/codria
|