mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
.gitignore: Ignore generated files.
This commit is contained in:
parent
9b14e8715a
commit
4ae462b668
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,8 @@
|
||||
*.o
|
||||
*.a
|
||||
a.out
|
||||
*.exe
|
||||
*.log
|
||||
tcc_g
|
||||
tcc
|
||||
/*-tcc
|
||||
@ -50,6 +53,7 @@ config.h
|
||||
config.mak
|
||||
config.texi
|
||||
tags
|
||||
TAGS
|
||||
.DS_Store
|
||||
*.swp
|
||||
lib/x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user