2011-07-01 04:31:07 +04:00
|
|
|
# CMake
|
|
|
|
CMakeFiles/
|
2012-10-09 21:38:42 +04:00
|
|
|
CMakeScripts/
|
2011-07-01 04:31:07 +04:00
|
|
|
CMakeCache.txt
|
2011-07-04 07:40:26 +04:00
|
|
|
config.h
|
2012-10-17 21:07:29 +04:00
|
|
|
install_manifest*.txt
|
2011-07-27 00:58:10 +04:00
|
|
|
CTestTestfile.cmake
|
2011-10-19 16:21:14 +04:00
|
|
|
freerdp.pc
|
2011-07-01 04:31:07 +04:00
|
|
|
Makefile
|
2012-10-01 04:15:42 +04:00
|
|
|
Testing
|
2012-01-08 06:36:12 +04:00
|
|
|
cmake_install.cmake
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2012-10-01 04:15:42 +04:00
|
|
|
DartConfiguration.tcl
|
2013-09-10 05:42:25 +04:00
|
|
|
CMakeCPackOptions.cmake
|
2012-10-17 05:57:43 +04:00
|
|
|
_CPack_Packages
|
2013-09-10 05:42:25 +04:00
|
|
|
LICENSE.txt
|
2013-02-14 17:59:12 +04:00
|
|
|
external/*
|
|
|
|
!external/README
|
2012-10-17 05:57:43 +04:00
|
|
|
|
2013-09-04 05:48:26 +04:00
|
|
|
*.a.objlist.cmake
|
|
|
|
*.a.objlist
|
|
|
|
*.a.objdir
|
|
|
|
*_dummy.c
|
|
|
|
*_dummy.c.base
|
|
|
|
|
2012-10-17 05:57:43 +04:00
|
|
|
# Packages
|
2012-10-17 18:46:40 +04:00
|
|
|
*.zip
|
|
|
|
*.exe
|
2012-10-17 05:57:43 +04:00
|
|
|
*.sh
|
2012-10-18 02:14:35 +04:00
|
|
|
*.deb
|
|
|
|
*.rpm
|
2013-09-10 05:42:25 +04:00
|
|
|
*.dmg
|
2012-10-17 05:57:43 +04:00
|
|
|
*.tar.Z
|
|
|
|
*.tar.gz
|
2011-07-01 04:31:07 +04:00
|
|
|
|
|
|
|
# Eclipse
|
|
|
|
*.project
|
|
|
|
*.cproject
|
2011-07-06 07:18:00 +04:00
|
|
|
*.settings
|
2011-07-01 04:31:07 +04:00
|
|
|
|
2012-10-28 04:25:11 +04:00
|
|
|
# .rdp files
|
|
|
|
*.rdp
|
|
|
|
*.RDP
|
|
|
|
|
2011-08-30 20:20:36 +04:00
|
|
|
# Documentation
|
2011-07-05 05:35:32 +04:00
|
|
|
docs/api
|
2011-08-30 20:20:36 +04:00
|
|
|
client/X11/xfreerdp.1
|
2013-08-07 11:19:16 +04:00
|
|
|
client/X11/xfreerdp.1.xml
|
|
|
|
client/X11/xfreerdp-channels.1.xml
|
|
|
|
client/X11/xfreerdp-examples.1.xml
|
2011-07-05 05:35:32 +04:00
|
|
|
|
2011-07-06 07:18:00 +04:00
|
|
|
# Mac OS X
|
|
|
|
.DS_Store
|
2012-10-09 21:38:42 +04:00
|
|
|
*.xcodeproj/
|
2013-02-22 06:09:42 +04:00
|
|
|
DerivedData/
|
2011-07-06 07:18:00 +04:00
|
|
|
|
2013-03-29 17:28:27 +04:00
|
|
|
# iOS
|
|
|
|
FreeRDP.build
|
|
|
|
Debug-*
|
|
|
|
Release-*
|
|
|
|
|
2011-08-16 01:05:48 +04:00
|
|
|
# Windows
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.*
|
2012-10-02 10:49:18 +04:00
|
|
|
*.vcproj
|
|
|
|
*.vcproj.*
|
2011-08-16 01:05:48 +04:00
|
|
|
*.sdf
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2012-10-02 10:49:18 +04:00
|
|
|
*.ncb
|
2011-08-16 01:05:48 +04:00
|
|
|
*.opensdf
|
2013-03-19 19:11:14 +04:00
|
|
|
Thumbs.db
|
2011-08-16 01:05:48 +04:00
|
|
|
ipch
|
|
|
|
Debug
|
2012-09-20 08:22:13 +04:00
|
|
|
RelWithDebInfo
|
2011-08-16 01:05:48 +04:00
|
|
|
|
2011-07-01 04:31:07 +04:00
|
|
|
# Binaries
|
2011-08-26 05:14:24 +04:00
|
|
|
*.a
|
2011-07-01 04:31:07 +04:00
|
|
|
*.so
|
|
|
|
*.so.*
|
2011-07-05 05:35:32 +04:00
|
|
|
*.dylib
|
2012-10-14 11:22:58 +04:00
|
|
|
bin
|
|
|
|
libs
|
2011-07-01 06:12:54 +04:00
|
|
|
cunit/test_freerdp
|
2011-08-07 17:52:40 +04:00
|
|
|
client/X11/xfreerdp
|
2012-05-13 04:07:23 +04:00
|
|
|
client/Mac/xcode
|
2012-10-02 02:34:46 +04:00
|
|
|
client/Sample/sfreerdp
|
2011-07-28 21:46:36 +04:00
|
|
|
client/DirectFB/dfreerdp
|
2012-10-02 02:34:46 +04:00
|
|
|
server/Sample/sfreerdp-server
|
2011-09-14 00:31:20 +04:00
|
|
|
server/X11/xfreerdp-server
|
2012-05-13 04:07:23 +04:00
|
|
|
xcode
|
2012-01-08 06:36:12 +04:00
|
|
|
|
|
|
|
# Other
|
|
|
|
*~
|
2012-09-17 07:09:36 +04:00
|
|
|
*.dir
|
|
|
|
Release
|
|
|
|
Win32
|
2013-06-18 00:44:44 +04:00
|
|
|
build*/
|
2013-03-27 21:13:22 +04:00
|
|
|
*.orig
|
2012-01-08 06:36:12 +04:00
|
|
|
|
2012-09-03 07:36:01 +04:00
|
|
|
default.log
|
|
|
|
*Amplifier XE*
|
|
|
|
*Inspector XE*
|
2013-04-05 03:57:38 +04:00
|
|
|
|
|
|
|
*.cbp
|
|
|
|
*.txt.user
|
2013-06-11 22:56:43 +04:00
|
|
|
|
|
|
|
*.autosave
|