YouCompleteMe/.gitignore

61 lines
954 B
Plaintext
Raw Normal View History

2012-05-10 12:47:46 -04:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
2013-08-05 22:35:35 -04:00
*.dll
2012-05-10 12:47:46 -04:00
*.so
*.dylib
2012-05-10 12:47:46 -04:00
# Compiled Static libraries
*.lai
*.la
*.a
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# Python
*.py[cod]
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
2016-10-27 16:48:17 -04:00
cover/
2012-05-10 12:47:46 -04:00
.tox
nosetests.xml
.noseids
2012-05-10 12:47:46 -04:00
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# custom
ycm_core_tests
2012-07-21 14:37:40 -04:00
# When we use the bcp tool to copy over the parts of boost we care about, it
# also copies some cruft files we don't need; this ignores them
cpp/BoostParts/libs/*/build
cpp/BoostParts/libs/*/test
# These folders in cpp/llvm contain lots of upstream cruft we don't care
# about and would rather not have in our tree...
2012-07-05 23:44:21 -04:00
cpp/llvm/docs/*
cpp/llvm/tools/clang/www/*
# ... but excluding these LLVMBuild.txt files breaks the build so we need to
# explicitely include them
!LLVMBuild.txt
2013-02-14 17:43:14 -05:00
# Exclude auto generated vim doc tags.
doc/tags