8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Totally misc - avoid CR in linux checkout

This commit is contained in:
AlexPeshkoff 2018-11-30 16:57:16 +03:00 committed by Alexander Peshkov
parent 3b000020e4
commit e48ca497f2

View File

@ -1,96 +1,96 @@
# suppress compiler/linker output # suppress compiler/linker output
*.[oa] *.[oa]
*.obj *.obj
*.l[oa] *.l[oa]
[Dd]ebug/ [Dd]ebug/
[Rr]elease/ [Rr]elease/
/MSVC_* /MSVC_*
.libs/ .libs/
# release files # release files
/libtomcrypt-* /libtomcrypt-*
/crypt-* /crypt-*
# suppress output of build process # suppress output of build process
gcc_[12].txt gcc_[12].txt
testok.txt testok.txt
test_*.txt test_*.txt
tv.txt tv.txt
*_tv.txt *_tv.txt
doxygen/ doxygen/
doc/crypt.pdf doc/crypt.pdf
doc/refman.pdf doc/refman.pdf
# *nix/windows test executables # *nix/windows test executables
constants constants
constants.exe constants.exe
ltcrypt ltcrypt
ltcrypt.exe ltcrypt.exe
hashsum hashsum
hashsum.exe hashsum.exe
multi multi
multi.exe multi.exe
openssl-enc openssl-enc
openssl-enc.exe openssl-enc.exe
sizes sizes
sizes.exe sizes.exe
small small
small.exe small.exe
test test
test.exe test.exe
tv_gen tv_gen
tv_gen.exe tv_gen.exe
timing timing
timing.exe timing.exe
# Visual Studio special files # Visual Studio special files
# ignore user specific settings # ignore user specific settings
*.user *.user
*.suo *.suo
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
*.ncb *.ncb
# ignore VS intermediate and program database files # ignore VS intermediate and program database files
*.idb *.idb
*.pdb *.pdb
# Eclipse special files # Eclipse special files
.project .project
.cproject .cproject
.settings/ .settings/
# oops ;) but we don't want them to appear in the repository... # oops ;) but we don't want them to appear in the repository...
*.stackdump *.stackdump
*.core *.core
# misc # misc
*.rej *.rej
*.patch *.patch
*.diff *.diff
*.orig *.orig
*.out *.out
*.ll *.ll
*.gcda *.gcda
*.gcno *.gcno
*.gcov *.gcov
libtomcrypt.pc libtomcrypt.pc
# output from doc generation # output from doc generation
doxygen/ doxygen/
*.dvi *.dvi
*.log *.log
*.aux *.aux
*.toc *.toc
*.idx *.idx
*.ilg *.ilg
*.ind *.ind
*.out *.out
*.lof *.lof
*.bak *.bak
coverage/ coverage/
coverage*.info coverage*.info
# coverity intermediate directory etc. # coverity intermediate directory etc.
cov-int/ cov-int/
.coverity_* .coverity_*
libtomcrypt.lzma libtomcrypt.lzma