2021-06-14 18:08:48 +02:00
|
|
|
# ignore sub-level build binaries and v binary
|
|
|
|
*/**/*
|
|
|
|
v
|
2021-06-30 13:38:43 +02:00
|
|
|
v.exe
|
|
|
|
v2
|
|
|
|
v2.exe
|
|
|
|
vdbg
|
|
|
|
vdbg.exe
|
2020-04-29 16:49:13 +02:00
|
|
|
!*/
|
|
|
|
!*.*
|
2019-07-23 12:54:28 +02:00
|
|
|
*.exe
|
|
|
|
*.o
|
2019-12-25 13:54:48 +01:00
|
|
|
*.so
|
2019-07-23 12:54:28 +02:00
|
|
|
.*.c
|
2019-08-25 17:56:02 +02:00
|
|
|
*.tmp.c
|
2019-07-24 15:00:26 +02:00
|
|
|
*.obj
|
2019-10-04 22:06:26 +02:00
|
|
|
*.exp
|
|
|
|
*.ilk
|
2019-07-24 15:00:26 +02:00
|
|
|
*.pdb
|
2019-12-21 22:46:32 +01:00
|
|
|
*.dll
|
|
|
|
*.lib
|
2020-04-29 16:49:13 +02:00
|
|
|
*.bak
|
2021-10-26 10:10:13 +02:00
|
|
|
*.dylib
|
2020-04-29 16:49:13 +02:00
|
|
|
a.out
|
2020-05-15 19:37:14 +02:00
|
|
|
.noprefix.vrepl_temp
|
2019-09-15 03:32:41 +02:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# ignore v build files
|
2020-05-22 10:46:55 +02:00
|
|
|
/vc
|
2020-04-29 16:49:13 +02:00
|
|
|
/v.c
|
|
|
|
/v.*.c
|
|
|
|
/v.c.out
|
2021-06-15 13:22:18 +02:00
|
|
|
/v_old
|
|
|
|
/v_old.exe
|
2019-09-29 12:58:37 +02:00
|
|
|
.vrepl_temp.v
|
2020-04-29 16:49:13 +02:00
|
|
|
fns.txt
|
2020-05-15 19:37:14 +02:00
|
|
|
.noprefix.vrepl_temp.v
|
2019-12-01 10:50:13 +01:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# ignore temp directories
|
|
|
|
/temp
|
|
|
|
/tmp
|
2020-01-08 21:45:47 +01:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# unignore special files without extension
|
|
|
|
!.github/PULL_REQUEST_TEMPLATE
|
|
|
|
!.editorconfig
|
|
|
|
!.gitattributes
|
|
|
|
!.gitignore
|
|
|
|
!BSDmakefile
|
|
|
|
!Dockerfile
|
|
|
|
!Dockerfile.alpine
|
|
|
|
!Dockerfile.cross
|
|
|
|
!LICENSE
|
|
|
|
!Makefile
|
2021-09-04 13:32:42 +02:00
|
|
|
!GNUmakefile
|
2020-02-28 16:04:22 +01:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# ignore editor files
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
.vscode/
|
2020-05-12 19:29:44 +02:00
|
|
|
*.code-workspace
|
2020-04-29 16:49:13 +02:00
|
|
|
*~
|
2020-04-01 14:57:01 +02:00
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*.swn
|
2020-11-19 21:16:03 +01:00
|
|
|
.env
|
2020-04-01 14:57:01 +02:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# ignore debugger files
|
2020-02-16 16:13:45 +01:00
|
|
|
cachegrind.out.*
|
2020-02-28 16:04:22 +01:00
|
|
|
.gdb_history
|
2020-04-29 16:49:13 +02:00
|
|
|
*.dSYM
|
2020-06-14 23:15:12 +02:00
|
|
|
*.def
|
2020-04-29 16:49:13 +02:00
|
|
|
|
|
|
|
# ignore system files
|
|
|
|
.DS_Store
|
|
|
|
._*
|
|
|
|
thumbs.db
|
2020-06-28 13:35:23 +02:00
|
|
|
/.symlink
|
|
|
|
/.bin
|
2020-06-05 09:59:26 +02:00
|
|
|
|
2020-06-28 13:35:23 +02:00
|
|
|
_docs
|
2020-11-15 21:54:47 +01:00
|
|
|
|
|
|
|
# ignore vs databases
|
|
|
|
*.suo
|
|
|
|
*.VC.db
|
2021-01-01 17:24:08 +01:00
|
|
|
*.rsp
|
2021-01-18 07:51:58 +01:00
|
|
|
|
|
|
|
# ignore cmd/tools/.disable_autorecompilation, which some package managers use.
|
|
|
|
cmd/tools/.disable_autorecompilation
|
2021-03-05 16:41:49 +01:00
|
|
|
|
|
|
|
test.bin
|
2021-04-25 17:57:55 +02:00
|
|
|
|
|
|
|
# ignore codespace env
|
|
|
|
.venv/
|
2021-07-18 14:04:16 +02:00
|
|
|
.direnv/
|
2021-07-16 10:58:39 +02:00
|
|
|
shell.nix
|
|
|
|
default.nix
|
|
|
|
flake.nix
|
|
|
|
.envrc
|
2021-09-28 09:28:04 +02:00
|
|
|
|
|
|
|
thirdparty/stdatomic/nix/cpp/*.h
|
2021-11-19 18:23:35 +01:00
|
|
|
|
|
|
|
# ignore VLS log
|
|
|
|
vls.log
|