mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

As downloaded from https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip Will be used in next commit to remove remote use of font awesome in asciidoctor: https://docs.asciidoctor.org/asciidoctor/latest/html-backend/local-font-awesome/
192 lines
2.9 KiB
Text
192 lines
2.9 KiB
Text
# to allow github to index the build directory
|
|
# we need to override the defaults of github here
|
|
# see https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github
|
|
build/** linguist-generated=false
|
|
|
|
* text=auto
|
|
|
|
# Generic files
|
|
AUTHORS text
|
|
ChangeLog text
|
|
COPYING text
|
|
NEWS text
|
|
README text
|
|
CONTRIBUTING text
|
|
LICENSE text
|
|
*.txt text
|
|
*.md text
|
|
*.zip binary
|
|
|
|
# C-like Sources
|
|
*.asm text
|
|
*.c text
|
|
*.cc text
|
|
*.cpp text
|
|
*.h text
|
|
*.in text
|
|
*.s text
|
|
*.S text
|
|
*.elf binary
|
|
|
|
# C-like configuration/scripts
|
|
*.ac text
|
|
*.am text
|
|
# file permission +x
|
|
*.bat text
|
|
*.build text
|
|
*.incl text
|
|
makefile text
|
|
Makefile text
|
|
*.mk text
|
|
# file permission +x
|
|
*.sh text
|
|
|
|
# Build files
|
|
*.Jenkinsfile text
|
|
Jenkinsfile text
|
|
Dockerfile text
|
|
*.yaml text
|
|
*.yml text
|
|
.dockerignore text
|
|
|
|
# Qt
|
|
*.pro text
|
|
*.qml text
|
|
*.qrc text
|
|
|
|
# Visual Studio
|
|
*.dsp text eol=crlf
|
|
*.dsw text eol=crlf
|
|
*.filters text eol=crlf
|
|
*.sln text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
|
|
# C output files
|
|
# (These should not normally be checked in, exceptions for pre-compiled libraries and tests)
|
|
*.o binary
|
|
*.d text
|
|
# file permission +x
|
|
*.dll binary diff=dll
|
|
*.a binary
|
|
# file permission +x
|
|
*.exe binary
|
|
*.out binary
|
|
*.app binary
|
|
# file permission +x
|
|
*.jnilib binary diff=hex
|
|
# file permission +x
|
|
*.so binary
|
|
|
|
# Web/Javascript/Node
|
|
*.css text
|
|
*.htm text
|
|
*.html text
|
|
*.js text
|
|
*.json text
|
|
.npmignore text
|
|
package-list text
|
|
*.xml text
|
|
*.xsd text
|
|
*.xsl text
|
|
yarn.lock text
|
|
*.lock text
|
|
|
|
# Images
|
|
*.gif binary
|
|
*.icns binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.JPG binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
*.PNG binary
|
|
*.svg binary
|
|
*.xpm binary
|
|
|
|
# Java/Eclipse
|
|
# remove trailing whitespace
|
|
*.java text
|
|
# remove trailing whitespace
|
|
*.properties text
|
|
.api_filters text
|
|
.classpath text
|
|
*.exsd text
|
|
*.g text
|
|
*.inf text
|
|
*.ini text
|
|
*.launch text
|
|
*.mappings text
|
|
# remove trailing whitespace
|
|
*.MF text
|
|
.options text
|
|
*.options text
|
|
*.prefs text
|
|
*.product text
|
|
.project text
|
|
*.setup text
|
|
*.target text
|
|
|
|
# Java output files
|
|
# (These should not normally be checked in, exceptions for pre-compiled libraries and tests)
|
|
*.class binary
|
|
*.jar binary
|
|
|
|
# Files used in tests
|
|
*.awts text
|
|
be32 binary
|
|
be32lib binary
|
|
be64 binary
|
|
be64lib binary
|
|
*.bin binary
|
|
exe binary
|
|
exebig_g binary
|
|
exe_g binary
|
|
*.expected text
|
|
*.F90 text
|
|
*.init text
|
|
launchConfigTestGdbinit text
|
|
le32 binary
|
|
le32lib binary
|
|
le64 binary
|
|
le64lib binary
|
|
*.main text
|
|
output-1 text
|
|
*.pda text
|
|
*.rts text
|
|
*.srec text eol=lf
|
|
test_commands text
|
|
|
|
# Font awesome files (other files could have the same extensions)
|
|
*.eot binary
|
|
*.less binary
|
|
*.otf binary
|
|
*.scss binary
|
|
*.ttf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
# Other special files
|
|
cdtOptions text
|
|
.clang-format text
|
|
.clangd text
|
|
.contentsettings text
|
|
*.csv text
|
|
*.dia binary
|
|
*.dictionary text
|
|
.eclipseproduct text
|
|
.euml2 text
|
|
.gitattributes text
|
|
.gitignore text
|
|
.gitkeep text
|
|
*.patch text
|
|
*.src text
|
|
*.tmLanguage text
|
|
*.top text
|
|
*.ucd text
|
|
.umlproject text
|
|
# remove trailing whitespace
|
|
# file permission +x
|
|
*.py text
|
|
*.xhtml text
|
|
*.entitlements text
|
|
*.adoc text
|