mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
.gitignore: Ignore generated files.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,8 @@
|
|||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
a.out
|
||||||
|
*.exe
|
||||||
|
*.log
|
||||||
tcc_g
|
tcc_g
|
||||||
tcc
|
tcc
|
||||||
/*-tcc
|
/*-tcc
|
||||||
@@ -50,6 +53,7 @@ config.h
|
|||||||
config.mak
|
config.mak
|
||||||
config.texi
|
config.texi
|
||||||
tags
|
tags
|
||||||
|
TAGS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.swp
|
*.swp
|
||||||
lib/x86_64
|
lib/x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user