play around with Scintilla and Lexilla
This commit is contained in:
81
3rdparty/scintilla550/scintilla/.hgignore
vendored
Normal file
81
3rdparty/scintilla550/scintilla/.hgignore
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
syntax: glob
|
||||
*.o
|
||||
*.a
|
||||
*.asm
|
||||
*.lib
|
||||
*.obj
|
||||
*.iobj
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.framework
|
||||
*.pyd
|
||||
*.exe
|
||||
*.exp
|
||||
*.lib
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.res
|
||||
*.bak
|
||||
*.sbr
|
||||
*.suo
|
||||
*.aps
|
||||
*.sln
|
||||
*.vcxproj.*
|
||||
*.idb
|
||||
*.bsc
|
||||
*.intermediate.manifest
|
||||
*.lastbuildstate
|
||||
*.cache
|
||||
*.ilk
|
||||
*.ncb
|
||||
*.tlog
|
||||
*.sdf
|
||||
gtk/*.plist
|
||||
win32/*.plist
|
||||
*.opt
|
||||
*.plg
|
||||
*.pbxbtree
|
||||
*.mode1v3
|
||||
*.pbxuser
|
||||
*.pbproj
|
||||
*.tgz
|
||||
*.log
|
||||
*.xcbkptlist
|
||||
*.xcuserstate
|
||||
xcuserdata/
|
||||
*.xcsettings
|
||||
xcschememanagement.plist
|
||||
.DS_Store
|
||||
Release
|
||||
Debug
|
||||
x64
|
||||
ARM64
|
||||
cocoa/build
|
||||
cocoa/ScintillaFramework/build
|
||||
cocoa/ScintillaTest/build
|
||||
macosx/SciTest/build
|
||||
*.cppcheck
|
||||
Makefile.Debug
|
||||
Makefile.Release
|
||||
*_resource.rc
|
||||
moc_*
|
||||
*.pro.user
|
||||
.qmake.stash
|
||||
ScintillaEdit.cpp
|
||||
ScintillaEdit.h
|
||||
ScintillaConstants.py
|
||||
ScintillaEditBase.intermediate.manifest
|
||||
ScintillaEdit.intermediate.manifest
|
||||
qt/*/Makefile
|
||||
cov-int
|
||||
.vs
|
||||
meson-private
|
||||
meson-logs
|
||||
build.ninja
|
||||
.ninja*
|
||||
compile_commands.json
|
||||
.vscode
|
||||
VTune Profiler Results
|
Reference in New Issue
Block a user