boxes/.gitignore

74 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2022-09-18 14:56:30 +02:00
#
# boxes - Command line filter to draw/remove ASCII boxes around text
2024-02-16 22:01:58 +01:00
# Copyright (c) 1999-2024 Thomas Jensen and the boxes contributors
2022-09-18 14:56:30 +02:00
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
# License, version 3, as published by the Free Software Foundation.
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#____________________________________________________________________________________________________________________
#====================================================================================================================
2019-03-28 21:58:30 +01:00
# IDE generated files
2014-09-26 22:19:23 +02:00
.cproject
.project
2019-03-28 21:58:30 +01:00
/.idea/
/.history/
/coverage/
2021-03-28 20:42:05 +02:00
/cmake-build-debug/
2019-03-28 21:58:30 +01:00
# Jekyll generated (website) artifacts
/.jekyll-metadata
/_site/
/_cache/
/_support/
# Build artifacts
/doc/boxes.1
/doc/boxes.1.raw.html
/doc/boxes.1.html
/pcre2-*/
/flex_bison_*/
2021-10-20 22:28:34 +02:00
/cmocka-*/
/out/
2014-08-27 22:45:34 +02:00
*.o
*.a
2021-03-03 22:25:06 +01:00
/test/*.tmp
/vendor/
2023-03-04 21:14:15 +01:00
/datagen/
/build/
CMakeUserPresets.json
*.swp
# Legacy locations of generated files (no longer in use)
2019-03-28 21:58:30 +01:00
/src/boxes
/src/boxes.exe
2021-03-28 20:42:05 +02:00
/src/boxes.h
2019-03-28 21:58:30 +01:00
/src/lex.yy.c
/src/parser.h
/src/parser.c
# Linux Packaging
2014-08-27 22:45:34 +02:00
*.tar.gz
2019-03-28 21:58:30 +01:00
# Chocolatey Packaging
/tools/boxes.*
/tools/README*.md
/tools/LICENSE.txt
/boxes.portable.*.nupkg
2022-09-21 21:43:10 +02:00
*.nupkg.zip
2021-03-28 20:42:05 +02:00
# MacOS
.DS_Store
2021-03-28 20:42:05 +02:00
# Misc
/vs
# CMake / Conan
build/
2023-12-17 13:39:41 +01:00
/venv/
CMakeUserPresets.json