janet/.gitignore

111 lines
1.0 KiB
Plaintext
Raw 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
/Build
/Release
/Debug
/Emscripten
2018-07-04 04:17:34 +00:00
/src/include/generated/*.h
2017-02-09 20:02:59 +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
# Tools
xxd
2018-08-06 01:13:14 +00:00
xxd.exe
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
# Valgrind files
vgcore.*
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