mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Update gitignore to avoid tracking unwanted files
.gitignore updated to avoid tracking files generated after build. Following list of files are added: *.o *.a *.so *.swp *.patch tags Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
This commit is contained in:
parent
f86b9bdfcf
commit
acff70b22d
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,2 +1,8 @@
|
|||||||
.svn
|
.svn
|
||||||
test
|
test
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.swp
|
||||||
|
*.patch
|
||||||
|
tags
|
||||||
|
Loading…
Reference in New Issue
Block a user