mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-08-22 00:19:51 +00: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 <[email protected]>
This commit is contained in:
+7
-1
@@ -1,2 +1,8 @@
|
|||||||
.svn
|
.svn
|
||||||
test
|
test
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.swp
|
||||||
|
*.patch
|
||||||
|
tags
|
||||||
|
|||||||
Reference in New Issue
Block a user