updated .gitignore hide build objects/tests/binaries
authoralex <[email protected]>
Sun, 18 Oct 2020 20:39:23 +0000 (13:39 -0700)
committeralex <[email protected]>
Sun, 18 Oct 2020 20:39:23 +0000 (13:39 -0700)
.gitignore

index d2ee2e54414ae56dddb6b7e7fb172a7d4b96b01b..b1eaae02a332c598cdda8afdca1f3b45e12a3e13 100644 (file)
@@ -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