janet/.gitignore

155 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

# Target
dst
2018-01-20 16:04:30 +00:00
!*/**/dst
2018-09-06 02:18:42 +00:00
janet
!*/**/janet
2018-01-20 16:04:30 +00:00
/build
/builddir
/Build
/Release
/Debug
/Emscripten
2018-07-04 04:17:34 +00:00
/src/include/generated/*.h
2018-12-08 21:17:34 +00:00
janet-*.tar.gz
2018-12-22 21:24:08 +00:00
dist
2017-02-09 20:02:59 +00:00
2020-03-26 05:39:30 +00:00
# jpm lockfile
lockfile.janet
2019-11-17 00:01:52 +00:00
# Kakoune (fzf via fd)
.fdignore
2019-03-30 17:46:52 +00:00
# VSCode
.vscode
2019-03-23 18:05:38 +00:00
# Eclipse
.project
.cproject
# Gnome Builder
.buildconfig
# Local directory for testing
local
2021-05-31 14:53:52 +00:00
# Common test files I use.
2020-05-28 21:51:11 +00:00
temp.janet
temp.c
temp*janet
temp*.c
2021-05-31 14:53:52 +00:00
scratch.janet
scratch.c
2020-05-28 21:51:11 +00:00
2018-10-17 03:08:26 +00:00
# Emscripten
*.bc
janet.js
janet.wasm
# Generated files
*.gen.h
2018-05-26 17:46:27 +00:00
*.gen.c
# Generate test files
*.out
.orig
# Tools
xxd
2018-08-06 01:13:14 +00:00
xxd.exe
2018-02-02 01:09:22 +00:00
# VSCode
.vs
.clangd
.cache
2018-02-02 01:09:22 +00:00
2017-11-29 20:17:56 +00:00
# Swap files
*.swp
2017-03-11 22:06:47 +00:00
# Tags
tags
# Valgrind files
vgcore.*
*.out.*
# WiX artifacts
*.msi
*.wixpdb
# Makefile config
/config.mk
2017-02-09 20:02:59 +00:00
# Created by https://www.gitignore.io/api/c
### C ###
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf
# End of https://www.gitignore.io/api/c
# Created by https://www.gitignore.io/api/cmake
### CMake ###
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# End of https://www.gitignore.io/api/cmake
# Astyle
*.orig