nimbus/.gitignore

38 lines
515 B
Plaintext
Raw Normal View History

2022-06-25 21:53:50 +00:00
# SPDX-FileCopyrightText: 2015-2022 Nibmle Authors
# SPDX-File-Contributor: Anna <cyber@sysrq.in>
# SPDX-License-Identifier: CC0-1.0
# ignore files wo extension (posix binaries)
*
!*.*
!*/
2022-07-03 21:20:33 +00:00
!ChangeLog
2022-11-13 14:27:41 +00:00
!Makefile
2022-06-25 21:53:50 +00:00
# Any path
*.swp
*~
2022-11-13 14:27:41 +00:00
_build/
2022-06-29 05:49:38 +00:00
build/
2022-06-25 21:53:50 +00:00
nimcache/
# Windows executables
*.exe
*.dll
# VCC compiler and linker artifacts
*.ilk
*.pdb
# Editors and IDEs project files and folders
.vscode
# VCS artifacts
*.orig
# Test procedure artifacts
outputExpected.txt
outputGotten.txt
testresults/
tests/megatest.nim