| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- ##############################################################################
- # General
- ##############################################################################
- # OS junk files
- [Tt]humbs.db
- *.DS_Store
- # Visual Studio / MonoDevelop
- *.[Oo]bj
- *.exe
- *.dll
- *.pdb
- *.user
- *.aps
- *.pch
- *.vspscc
- *.vssscc
- *_i.c
- *_p.c
- *.ncb
- *.suo
- *.tlb
- *.tlh
- *.bak
- *.ilk
- *.log
- *.lib
- *.sbr
- *.sdf
- *.opensdf
- *.resources
- *.res
- ipch/
- obj/
- [Bb]in
- [Dd]ebug*/
- [Rr]elease*/
- Ankh.NoLoad
- *.gpState
- .vscode/
- # Tooling
- _ReSharper*/
- *.resharper
- [Tt]est[Rr]esult*
- *.orig
- *.rej
- # NuGet packages
- !.nuget/*
- [Pp]ackages/*
- ![Pp]ackages/repositories.config
- # Temporary Files
- ~.*
- ~$*
- # Autotools-generated files
- /Makefile
- Makefile.in
- aclocal.m4
- autom4te.cache
- /build/
- config.cache
- config.guess
- config.h
- config.h.in
- config.log
- config.status
- config.sub
- configure
- configure.scan
- cygconfig.h
- depcomp
- install-sh
- libtool
- ltmain.sh
- missing
- mkinstalldirs
- releases
- stamp-h
- stamp-h1
- stamp-h.in
- /test-driver
- *~
- *.swp
- *.o
- .deps
- # Libtool
- libtool.m4
- lt~obsolete.m4
- ltoptions.m4
- ltsugar.m4
- ltversion.m4
- # Dolt (libtool replacement)
- doltlibtool
- doltcompile
- # pkg-config
- *.pc
- # Emacs
- semantic.cache
- # gtags
- GPATH
- GRTAGS
- GSYMS
- GTAGS
- # Doxygen
- docs/doxygen*
- docs/perlmod*
- ##############################################################################
- # Mono-specific patterns
- ##############################################################################
- .dirstamp
- compile
- mono.h
- mono-*.tar.*
- tmpinst-dir.stamp
- msvc/scripts/inputs/
- extensions-config.h
|