• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A lambda-based C++ unit-testing framework.


Commit MetaInfo

Revisãob7b9796f6fe38ec426bc57437ccab79915843ede (tree)
Hora2020-05-09 16:01:42
AutorKaz Nishimura <kazssym@linu...>
CommiterKaz Nishimura

Mensagem de Log

Update the ignore list

Mudança Sumário

Diff

diff -r b229249e4f45 -r b7b9796f6fe3 .gitignore
--- a/.gitignore Thu May 07 18:49:51 2020 +0900
+++ b/.gitignore Sat May 09 16:01:42 2020 +0900
@@ -9,15 +9,21 @@
99 aclocal.m4
1010 stamp-*
1111 .dirstamp
12+Debug
13+Release
1214 .libs
1315 .deps
16+LibrarySupport
1417 _build
1518 *.trs
1619 *.log
20+*.pc
1721 *.la
1822 *.a
1923 *.lo
2024 *.o
25+*.tvsconfig
26+*.local
2127 *.cache
2228 *.rej
2329 *.orig
diff -r b229249e4f45 -r b7b9796f6fe3 .hgignore
--- a/.hgignore Thu May 07 18:49:51 2020 +0900
+++ b/.hgignore Sat May 09 16:01:42 2020 +0900
@@ -10,15 +10,21 @@
1010 (^|/)aclocal\.m4$
1111 (^|/)stamp-[^/]*$
1212 (^|/)\.dirstamp$
13+(^|/)Debug$
14+(^|/)Release$
1315 (^|/)\.libs$
1416 (^|/)\.deps$
17+(^|/)LibrarySupport$
1518 (^|/)_build$
1619 \.trs$
1720 \.log$
21+\.pc$
1822 \.la$
1923 \.a$
2024 \.lo$
2125 \.o$
26+\.tvsconfig$
27+\.local$
2228 \.cache$
2329 \.rej$
2430 \.orig$