]> git.meshlink.io Git - meshlink/commitdiff
Update .gitignore files.
authorGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 14:07:35 +0000 (16:07 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 26 Jun 2018 14:07:35 +0000 (16:07 +0200)
.gitignore
test/.gitignore

index ba18fee0db94bfa1f4279fb014458df9c192d80d..1bc77a1423c0f545e51714ffcf14b32e01196cd8 100644 (file)
@@ -12,6 +12,8 @@ Makefile.in
 !.astylerc
 core
 core.*
+vgcore.*
+tags
 /config.*
 /autom4te.cache
 /aclocal.m4
@@ -27,3 +29,5 @@ core.*
 /test-driver
 /stamp-h1
 /INSTALL
+/meshlink-*
+/ChangeLog
index 355164c126511e7d9f9896171414647f098dd30e..62e05a88e5c70b15ca6819bca1fd373226064c1f 100644 (file)
@@ -1 +1,12 @@
+*
+!*.*
+.*
 */
+*.log
+*.trs
+*.o
+/Makefile
+/Makefile.in
+vgcore.*
+core
+core.*