home
/
projects
/
git-extra
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8537feb
)
updated .gitignore hide build objects/tests/binaries
author
alex
<
[email protected]
>
Sun, 18 Oct 2020 20:39:23 +0000
(13:39 -0700)
committer
alex
<
[email protected]
>
Sun, 18 Oct 2020 20:39:23 +0000
(13:39 -0700)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index d2ee2e54414ae56dddb6b7e7fb172a7d4b96b01b..b1eaae02a332c598cdda8afdca1f3b45e12a3e13 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-14,4
+14,11
@@
include/config.h
include/stamp-h1
src/.deps
src/.dirstamp
-test/unit/.deps
\ No newline at end of file
+test/unit/.deps
+
+# build objects
+*.o
+*.log
+*.trs
+*.tests
+git-ex
\ No newline at end of file