1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-04 19:29:10 +00:00
janet/.gitignore

151 lines
1.4 KiB
Plaintext
Raw Normal View History

# Target
dst
2018-01-20 11:04:30 -05:00
!*/**/dst
2018-09-05 22:18:42 -04:00
janet
!*/**/janet
2018-01-20 11:04:30 -05:00
/build
/builddir
/Build
/Release
/Debug
/Emscripten
2018-07-04 00:17:34 -04:00
/src/include/generated/*.h
2018-12-08 16:17:34 -05:00
janet-*.tar.gz
2018-12-22 16:24:08 -05:00
dist
2017-02-09 15:02:59 -05:00
2020-03-26 00:39:30 -05:00
# jpm lockfile
lockfile.janet
2019-11-16 16:01:52 -08:00
# Kakoune (fzf via fd)
.fdignore
2019-03-30 13:46:52 -04:00
# VSCode
.vscode
2019-03-23 14:05:38 -04:00
# Eclipse
.project
.cproject
# Gnome Builder
.buildconfig
# Local directory for testing
local
2021-05-31 09:53:52 -05:00
# Common test files I use.
2020-05-28 16:51:11 -05:00
temp.janet
temp*.janet
2021-05-31 09:53:52 -05:00
scratch.janet
2020-05-28 16:51:11 -05:00
2018-10-16 23:08:26 -04:00
# Emscripten
*.bc
janet.js
janet.wasm
# Generated files
*.gen.h
2018-05-26 13:46:27 -04:00
*.gen.c
# Generate test files
*.out
.orig
# Tools
xxd
2018-08-05 21:13:14 -04:00
xxd.exe
2018-02-01 17:09:22 -08:00
# VSCode
.vs
.clangd
2018-02-01 17:09:22 -08:00
2017-11-29 15:17:56 -05:00
# Swap files
*.swp
2017-03-11 17:06:47 -05:00
# Tags
tags
# Valgrind files
vgcore.*
*.out.*
# WiX artifacts
*.msi
*.wixpdb
# Makefile config
/config.mk
2017-02-09 15:02:59 -05: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