2020-04-29 16:49:13 +02:00
|
|
|
# ignore all build binaries
|
2020-05-12 19:29:44 +02:00
|
|
|
*
|
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
|
|
|
|
a.out
|
2019-09-15 03:32:41 +02:00
|
|
|
|
2020-04-29 16:49:13 +02:00
|
|
|
# ignore v build files
|
|
|
|
/v.c
|
|
|
|
/v.*.c
|
|
|
|
/v.c.out
|
2019-09-29 12:58:37 +02:00
|
|
|
.vrepl_temp.v
|
2020-04-29 16:49:13 +02:00
|
|
|
fns.txt
|
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
|
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-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
|
|
|
|
|
|
|
|
# ignore system files
|
|
|
|
.DS_Store
|
|
|
|
._*
|
|
|
|
thumbs.db
|