1aec784f75
When building packages, especially when source packages are used, git is not necessarily available or the source isn't provided in git. In those cases it wasn't possible to set the GIT_REVISION and --version shows "n/a" for the git revision. If the file .source_version is available now the content of it is used as GIT_REVISION. Packagers might want to add a .source_version file when they don't build the packages from git. Possible breaking change: The variable PRODUCT_VERSION isn't available anymore. Use GIT_REVISION instead.
143 lines
1.7 KiB
Plaintext
143 lines
1.7 KiB
Plaintext
# CMake
|
|
CMakeFiles/
|
|
CMakeScripts/
|
|
CMakeCache.txt
|
|
config.h
|
|
install_manifest*.txt
|
|
CTestTestfile.cmake
|
|
*.pc
|
|
Makefile
|
|
Testing
|
|
cmake_install.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
DartConfiguration.tcl
|
|
CMakeCPackOptions.cmake
|
|
_CPack_Packages
|
|
LICENSE.txt
|
|
/external/*
|
|
!external/README
|
|
*Config.cmake
|
|
*ConfigVersion.cmake
|
|
include/freerdp/version.h
|
|
include/freerdp/build-config.h
|
|
buildflags.h
|
|
|
|
*.a.objlist.cmake
|
|
*.a.objlist
|
|
*.a.objdir
|
|
*_dummy.c
|
|
*_dummy.c.base
|
|
|
|
# Eclipse
|
|
*.project
|
|
*.cproject
|
|
*.settings
|
|
|
|
nbproject/
|
|
compile_commands.json
|
|
|
|
# .rdp files
|
|
*.rdp
|
|
*.RDP
|
|
|
|
# Documentation
|
|
docs/api
|
|
client/X11/xfreerdp.1
|
|
client/X11/xfreerdp.1.xml
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
*.xcodeproj/
|
|
DerivedData/
|
|
|
|
# iOS
|
|
FreeRDP.build
|
|
Debug-*
|
|
Release-*
|
|
|
|
# Windows
|
|
*.vcxproj
|
|
*.vcxproj.*
|
|
*.vcproj
|
|
*.vcproj.*
|
|
*.aps
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.ncb
|
|
*.opensdf
|
|
Thumbs.db
|
|
ipch
|
|
Debug
|
|
RelWithDebInfo
|
|
*.lib
|
|
*.exp
|
|
*.pdb
|
|
*.dll
|
|
*.ilk
|
|
*.resource.txt
|
|
*.embed.manifest*
|
|
*.intermediate.manifest*
|
|
version.rc
|
|
|
|
# Binaries
|
|
*.a
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
bin
|
|
libs
|
|
cunit/test_freerdp
|
|
client/X11/xfreerdp
|
|
client/Mac/xcode
|
|
client/Sample/sfreerdp
|
|
client/DirectFB/dfreerdp
|
|
client/Wayland/wlfreerdp
|
|
server/Sample/sfreerdp-server
|
|
server/X11/xfreerdp-server
|
|
xcode
|
|
libfreerdp/codec/test/TestOpenH264ASM
|
|
|
|
# Other
|
|
*~
|
|
*.dir
|
|
Release
|
|
Win32
|
|
build*/
|
|
*.orig
|
|
*.msrcIncident
|
|
|
|
default.log
|
|
*Amplifier XE*
|
|
*Inspector XE*
|
|
|
|
*.cbp
|
|
*.txt.user
|
|
|
|
*.autosave
|
|
|
|
# etags
|
|
TAGS
|
|
|
|
# generated packages
|
|
*.zip
|
|
*.exe
|
|
*.sh
|
|
*.deb
|
|
*.rpm
|
|
*.dmg
|
|
*.tar.Z
|
|
*.tar.gz
|
|
|
|
# packaging related files
|
|
!packaging/scripts/prepare_deb_freerdp-nightly.sh
|
|
packaging/deb/freerdp-nightly/freerdp-nightly
|
|
packaging/deb/freerdp-nightly/freerdp-nightly-dev
|
|
packaging/deb/freerdp-nightly/freerdp-nightly-dbg
|
|
.source_version
|
|
|
|
#
|
|
.idea
|