.gitignore: Ignore generated files.
This commit is contained in:
parent
9b14e8715a
commit
4ae462b668
1 changed files with 4 additions and 0 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue