2017-02-09 20:56:45 +00:00
|
|
|
# Target
|
2017-12-30 21:46:59 +00:00
|
|
|
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
|
2019-03-22 22:07:10 +00:00
|
|
|
/builddir
|
2018-04-26 17:13:31 +00:00
|
|
|
/Build
|
2018-02-03 02:01:13 +00:00
|
|
|
/Release
|
|
|
|
/Debug
|
2018-03-13 17:31:25 +00:00
|
|
|
/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
|
|
|
|
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
|
|
|
|
|
2019-07-27 03:43:54 +00:00
|
|
|
# Gnome Builder
|
|
|
|
.buildconfig
|
|
|
|
|
2019-01-17 02:11:55 +00:00
|
|
|
# Local directory for testing
|
|
|
|
local
|
|
|
|
|
2018-10-17 03:08:26 +00:00
|
|
|
# Emscripten
|
|
|
|
*.bc
|
|
|
|
janet.js
|
|
|
|
janet.wasm
|
|
|
|
|
2017-07-15 20:56:03 +00:00
|
|
|
# Generated files
|
2017-07-16 03:07:12 +00:00
|
|
|
*.gen.h
|
2018-05-26 17:46:27 +00:00
|
|
|
*.gen.c
|
2017-07-16 03:07:12 +00:00
|
|
|
|
2017-11-06 03:05:47 +00:00
|
|
|
# Generate test files
|
|
|
|
*.out
|
|
|
|
|
2017-07-16 03:07:12 +00:00
|
|
|
# Tools
|
|
|
|
xxd
|
2018-08-06 01:13:14 +00:00
|
|
|
xxd.exe
|
2017-07-15 20:56:03 +00:00
|
|
|
|
2018-02-02 01:09:22 +00:00
|
|
|
# VSCode
|
|
|
|
.vs
|
|
|
|
|
2017-11-29 20:17:56 +00:00
|
|
|
# Swap files
|
|
|
|
*.swp
|
|
|
|
|
2017-03-11 22:06:47 +00:00
|
|
|
# Tags
|
|
|
|
tags
|
|
|
|
|
2017-02-11 19:01:06 +00:00
|
|
|
# Valgrind files
|
|
|
|
vgcore.*
|
2019-01-07 02:49:24 +00:00
|
|
|
*.out.*
|
2017-02-11 19:01:06 +00:00
|
|
|
|
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
|
|
|
|
|
2017-02-09 20:56:45 +00:00
|
|
|
# End of https://www.gitignore.io/api/c
|
2017-02-23 22:21:13 +00:00
|
|
|
|
|
|
|
# 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
|