mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
75 lines
908 B
Plaintext
75 lines
908 B
Plaintext
# The following three lines exclude all files (not directories) which don't
|
|
# have a period in them. This should exclude executables on non-Windows
|
|
# platforms.
|
|
*
|
|
!**/
|
|
!*.*
|
|
|
|
# Ignore data-folders outside the root, these are copied around to build
|
|
# directories.
|
|
data/
|
|
!/data/
|
|
|
|
bundle/
|
|
!/other/bundle/
|
|
|
|
.ninja_deps
|
|
.ninja_log
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeSettings*
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
CTestTestfile.cmake
|
|
_CPack_Packages/
|
|
build.ninja
|
|
cmake_install.cmake
|
|
gmock.pc
|
|
gmock_main.pc
|
|
googletest-build/
|
|
googletest-download/
|
|
googletest-src/
|
|
gtest.pc
|
|
gtest_main.pc
|
|
pack_*/
|
|
rules.ninja
|
|
testrunner\[1\]_include.cmake
|
|
|
|
generated
|
|
|
|
.cproject
|
|
.project
|
|
.settings
|
|
cscope.files
|
|
cscope.out
|
|
|
|
# bam ignores
|
|
/config.lua
|
|
/objs
|
|
|
|
*.cmd
|
|
*.dll
|
|
*.dmg
|
|
*.dtb
|
|
*.exe
|
|
*.filters
|
|
*.lnk
|
|
*.log
|
|
*.opensdf
|
|
*.patch
|
|
*.pdb
|
|
*.prefs
|
|
*.pyc
|
|
*.res
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.swp
|
|
*.tar.gz
|
|
*.tar.xz
|
|
*.teehistorian
|
|
*.user
|
|
*.vcxproj
|
|
*.vs
|
|
*.zip
|