123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- # ---> Xojo
- # Xojo (formerly REALbasic and Real Studio)
- Builds*
- *.debug
- *.debug.app
- Debug*.exe
- Debug*/Debug*.exe
- Debug*/Debug*\ Libs
- *.rbuistate
- *.xojo_uistate
- *.obsolete
- # ---> Yii
- assets/*
- !assets/.gitignore
- protected/runtime/*
- !protected/runtime/.gitignore
- protected/data/*.db
- themes/classic/views/
- # ---> Zephir
- # Cache files, generates by Zephir
- .temp/
- .libs/
- # Object files, generates by linker
- *.lo
- *.la
- *.o
- *.loT
- # Files generated by configure and Zephir,
- # not required for extension compilation.
- ext/build/
- ext/modules/
- ext/Makefile*
- ext/config*
- ext/acinclude.m4
- ext/aclocal.m4
- ext/autom4te*
- ext/install-sh
- ext/ltmain.sh
- ext/missing
- ext/mkinstalldirs
- ext/run-tests.php
- ext/.deps
- ext/libtool
- # ---> XilinxISE
- # intermediate build files
- *.bgn
- *.bit
- *.bld
- *.cmd_log
- *.drc
- *.ll
- *.lso
- *.msd
- *.msk
- *.ncd
- *.ngc
- *.ngd
- *.ngr
- *.pad
- *.par
- *.pcf
- *.prj
- *.ptwx
- *.rbb
- *.rbd
- *.stx
- *.syr
- *.twr
- *.twx
- *.unroutes
- *.ut
- *.xpi
- *.xst
- *_bitgen.xwbt
- *_envsettings.html
- *_map.map
- *_map.mrp
- *_map.ngm
- *_map.xrpt
- *_ngdbuild.xrpt
- *_pad.csv
- *_pad.txt
- *_par.xrpt
- *_summary.html
- *_summary.xml
- *_usage.xml
- *_xst.xrpt
- # project-wide generated files
- *.gise
- par_usage_statistics.html
- usage_statistics_webtalk.html
- webtalk.log
- webtalk_pn.xml
- # generated folders
- iseconfig/
- xlnx_auto_0_xdb/
- xst/
- _ngo/
- _xmsgs/
- # ---> Windows
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msm
- *.msp
- # Windows shortcuts
- *.lnk
- # ---> WordPress
- *.log
- .htaccess
- sitemap.xml
- sitemap.xml.gz
- wp-config.php
- wp-content/advanced-cache.php
- wp-content/backup-db/
- wp-content/backups/
- wp-content/blogs.dir/
- wp-content/cache/
- wp-content/upgrade/
- wp-content/uploads/
- wp-content/wp-cache-config.php
- wp-content/plugins/hello.php
- /readme.html
- /license.txt
|