v/.gitignore

108 lines
1.1 KiB
Plaintext
Raw Normal View History

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