cxxopts/.gitignore

78 lines
751 B
Plaintext
Raw Normal View History

2022-07-10 12:03:25 +03:00
syntax: glob
# Temporary, cache, swap files
\#\#*
2014-09-27 11:05:23 +04:00
*.swp
2022-07-10 12:03:25 +03:00
*.bkp
# Files which "ask" to be hidden
*~
.*
unused/
# Build artifacts
*.a
*.o
*.so
*.ptx
bin/*
lib/*
build/
build-*/
bazel-*
# Core dumps
core
core.*
core-*
# CMake & CTest-generated files
2016-08-25 01:49:56 +03:00
CMakeCache.txt
2016-08-25 11:29:00 +03:00
CMakeFiles/
cmake_install.cmake
2022-07-10 12:03:25 +03:00
CMakeScripts/*
CMakeTmp/*
Makefile
CTestTestfile.cmake
Testing/
# Eclise IDE-related files
.project
.cproject
.settings
# CLion IDE-related files
.idea/
cmake-build-*/
# Patching
*.diff
*.rej
*.orig
# Files/folders downloaded from other repositories as part of the build
external/*
third-party/*
# Miscellaneous
tags
log
*.log
*.v3breakpoints
gmon.out
.DS_Store
# Doxygen
doxygen.log
Doxyfile
docs/
# Archives
*.zip
*.gz
*.bz2
*.tgz
*.tar
*.xz