[git] remove .gitignore

we do no longer allow in source builds, so remove all the .gitignore
files just hiding generated files
This commit is contained in:
akallabeth 2023-11-07 15:42:32 +01:00 committed by akallabeth
parent 6547b2dfe7
commit 1b31852d32
55 changed files with 0 additions and 348 deletions

156
.gitignore vendored
View File

@ -1,156 +0,0 @@
#ninja
.ninja_deps
.ninja_log
build.ninja
rules.ninja
# 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
*.VC.db
*.VC.opendb
out
.vs
# Binaries
*.a
*.o
*.so
*.so.*
*.dylib
bin
libs
cunit/test_freerdp
client/X11/xfreerdp
client/Mac/xcode
client/Sample/sfreerdp
client/Wayland/wlfreerdp
server/Sample/sfreerdp-server
server/X11/xfreerdp-server
server/proxy/freerdp-proxy
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/**.sh
packaging/deb/freerdp-nightly/freerdp-nightly
packaging/deb/freerdp-nightly/freerdp-nightly-dev
packaging/deb/freerdp-nightly/freerdp-nightly-dbg
.source_version
#
.idea
# VisualStudio Code
.vscode
/cache/

View File

@ -1,2 +0,0 @@
tables.c

1
client/.gitignore vendored
View File

@ -1 +0,0 @@

View File

@ -1,40 +0,0 @@
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Local release signing configuration file
release.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
#NDK
obj/
jniLibs/

View File

@ -1,3 +0,0 @@
*.app
*.framework

View File

@ -1,2 +0,0 @@
xfreerdp-argument.1.xml
generate_argument_docbook

View File

@ -1,2 +0,0 @@
xfreerdp

View File

@ -1,3 +0,0 @@
TestClient
TestClient.c

10
client/iOS/.gitignore vendored
View File

@ -1,10 +0,0 @@
# XCode files
DerivedData
project.xcworkspace/
xcuserdata/
bin/
build/
project.pbxproj
!iFreeRDP.xcodeproj/
iFreeRDP.app/

View File

@ -1,2 +0,0 @@
build
.DS_Store

View File

@ -1,3 +0,0 @@
TestFreeRDPCodec
TestFreeRDPCodec.c

View File

@ -1,3 +0,0 @@
TestCommon
TestCommon.c

View File

@ -1 +0,0 @@
TestCore.c

View File

@ -1 +0,0 @@
TestFreeRDPCrypto.c

View File

@ -1,2 +0,0 @@
TestGdi
TestGdi.c

View File

@ -1,3 +0,0 @@
prim_test
TestPrimitives.c

View File

@ -1 +0,0 @@
TestFreeRDPUtils.c

View File

@ -1,4 +0,0 @@
TestRdTk
TestRdTk.c

View File

@ -1,2 +0,0 @@
rdtk-sample

View File

@ -1,3 +0,0 @@
*.h
*.pc
*.cmake

4
scripts/.gitignore vendored
View File

@ -1,4 +0,0 @@
!*.sh
regenerate_jni_headers.sh
WindowsZones.txt
TimeZones.txt

10
server/.gitignore vendored
View File

@ -1,10 +0,0 @@
/*
!/proxy
!/common
!/Mac
!/Sample
!/Windows
!/X11
!/shadow
!/CmakeLists.txt
!*.in

View File

@ -1,2 +0,0 @@
mfreerdp-server

View File

@ -1,2 +0,0 @@
freerdp-shadow-cli
freerdp-shadow-cli.1

View File

@ -1,5 +0,0 @@
*
**/*
!CMakeLists.txt
!*.pc.in

View File

@ -1 +0,0 @@
protocols/*

View File

@ -1,3 +0,0 @@
*.h
*.pc
*.cmake

2
winpr/.gitignore vendored
View File

@ -1,2 +0,0 @@
tools/reg/winpr-reg
include/winpr/build-config.h

View File

@ -1,2 +0,0 @@
version.h
wtypes.h

View File

@ -1,3 +0,0 @@
TestClipboard
TestClipboard.c

View File

@ -1,2 +0,0 @@
TestComm
TestComm.c

View File

@ -1,3 +0,0 @@
TestCrt
TestCrt.c

View File

@ -1,3 +0,0 @@
TestCrypto
TestCrypto.c

View File

@ -1,3 +0,0 @@
TestEnvironment
TestEnvironment.c

View File

@ -1,3 +0,0 @@
TestError
TestError.c

View File

@ -1,3 +0,0 @@
TestFile
TestFile.c

View File

@ -1,3 +0,0 @@
TestInterlocked
TestInterlocked.c

View File

@ -1,3 +0,0 @@
TestIo
TestIo.c

View File

@ -1,3 +0,0 @@
TestLibrary
TestLibrary.c

View File

@ -1,2 +0,0 @@
TestMemory
TestMemory.c

View File

@ -1,3 +0,0 @@
TestNt
TestNt.c

View File

@ -1,3 +0,0 @@
TestPath
TestPath.c

View File

@ -1,3 +0,0 @@
TestPipe
TestPipe.c

View File

@ -1,2 +0,0 @@
TestPool
TestPool.c

View File

@ -1,3 +0,0 @@
TestSecurity
TestSecurity.c

View File

@ -1,2 +0,0 @@
TestSmartCard
TestSmartCard.c

View File

@ -1,3 +0,0 @@
TestSspi
TestSspi.c

View File

@ -1,3 +0,0 @@
TestSynch
TestSynch.c

View File

@ -1,3 +0,0 @@
TestSysInfo
TestSysInfo.c

View File

@ -1,3 +0,0 @@
TestThread
TestThread.c

View File

@ -1,3 +0,0 @@
TestWinPRUtils
TestWinPRUtils.c

View File

@ -1,4 +0,0 @@
TestWtsApi
TestWtsApi.c
TestWtsApiExtra
TestWtsApiExtra.c

View File

@ -1 +0,0 @@
TestWinPR.c

View File

@ -1,4 +0,0 @@
makecert-cli/winpr-makecert
makecert-cli/winpr-makecert.1
hash-cli/winpr-hash
hash-cli/winpr-hash.1

View File

@ -1,2 +0,0 @@
*.key
*.crt