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/
|
2023-11-25 19:32:26 +01:00
|
|
|
/.history/
|
2021-02-28 22:02:07 +01:00
|
|
|
/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
|
2021-02-28 22:02:07 +01:00
|
|
|
/doc/boxes.1
|
|
|
|
/doc/boxes.1.raw.html
|
|
|
|
/doc/boxes.1.html
|
|
|
|
/pcre2-*/
|
2021-03-31 21:12:34 +02:00
|
|
|
/flex_bison_*/
|
2021-10-20 22:28:34 +02:00
|
|
|
/cmocka-*/
|
2021-02-28 22:02:07 +01:00
|
|
|
/out/
|
2014-08-27 22:45:34 +02:00
|
|
|
*.o
|
|
|
|
*.a
|
2021-03-03 22:25:06 +01:00
|
|
|
/test/*.tmp
|
2021-11-01 14:18:50 +01:00
|
|
|
/vendor/
|
2023-03-04 21:14:15 +01:00
|
|
|
/datagen/
|
2023-11-12 15:19:52 +01:00
|
|
|
/build/
|
|
|
|
CMakeUserPresets.json
|
2023-11-25 19:32:26 +01:00
|
|
|
*.swp
|
2021-02-28 22:02:07 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2023-11-25 19:32:26 +01:00
|
|
|
# MacOS
|
|
|
|
.DS_Store
|
|
|
|
|
2021-03-28 20:42:05 +02:00
|
|
|
# Misc
|
|
|
|
/vs
|
2023-11-10 21:09:24 +01:00
|
|
|
|
|
|
|
# CMake / Conan
|
|
|
|
build/
|
2023-12-17 13:39:41 +01:00
|
|
|
/venv/
|
2023-11-10 21:09:24 +01:00
|
|
|
CMakeUserPresets.json
|