ddnet/.gitignore

75 lines
908 B
Plaintext
Raw Normal View History

# 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.
2018-01-29 13:36:50 +00:00
*
!**/
!*.*
2010-06-17 08:34:51 +00:00
# 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
2010-08-12 12:15:58 +00:00
.cproject
.project
.settings
cscope.files
cscope.out
# bam ignores
/config.lua
/objs
*.cmd
2018-01-29 13:36:50 +00:00
*.dll
*.dmg
2010-08-12 12:15:58 +00:00
*.dtb
*.exe
*.filters
*.lnk
2010-08-12 12:15:58 +00:00
*.log
*.opensdf
*.patch
2010-12-01 18:52:00 +00:00
*.pdb
*.prefs
*.pyc
*.res
2010-12-01 18:52:00 +00:00
*.sdf
*.sln
*.suo
2015-05-19 13:57:29 +00:00
*.swp
*.tar.gz
*.tar.xz
*.teehistorian
2010-12-01 18:52:00 +00:00
*.user
*.vcxproj
*.vs
*.zip