• 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ãodd02ec69ae0197384af4e407aa20866b2a6c42d5 (tree)
Hora2020-05-09 16:24:50
AutorKaz Nishimura <kazssym@linu...>
CommiterKaz Nishimura

Mensagem de Log

Update the ignore list to include several Visual Studio files

Mudança Sumário

Diff

diff -r 8d0d8150cb34 -r dd02ec69ae01 .gitignore
--- a/.gitignore Sat May 09 16:06:13 2020 +0900
+++ b/.gitignore Sat May 09 16:24:50 2020 +0900
@@ -11,10 +11,11 @@
1111 .dirstamp
1212 Debug
1313 Release
14+LibrarySupport
15+_build
16+.vs
1417 .libs
1518 .deps
16-LibrarySupport
17-_build
1819 *.trs
1920 *.log
2021 *.pc
@@ -24,6 +25,7 @@
2425 *.o
2526 *.tvsconfig
2627 *.local
28+*.user
2729 *.cache
2830 *.rej
2931 *.orig
diff -r 8d0d8150cb34 -r dd02ec69ae01 .hgignore
--- a/.hgignore Sat May 09 16:06:13 2020 +0900
+++ b/.hgignore Sat May 09 16:24:50 2020 +0900
@@ -12,10 +12,11 @@
1212 (^|/)\.dirstamp$
1313 (^|/)Debug$
1414 (^|/)Release$
15+(^|/)LibrarySupport$
16+(^|/)_build$
17+(^|/)\.vs$
1518 (^|/)\.libs$
1619 (^|/)\.deps$
17-(^|/)LibrarySupport$
18-(^|/)_build$
1920 \.trs$
2021 \.log$
2122 \.pc$
@@ -25,6 +26,7 @@
2526 \.o$
2627 \.tvsconfig$
2728 \.local$
29+\.user$
2830 \.cache$
2931 \.rej$
3032 \.orig$