Mercurial > minori
changeset 13:4caed653e685
git2hg: convert git files
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 16:21:26 -0400 |
parents | cf6a73a5ba1c |
children | a29c9402faf0 |
files | .gitignore .hgignore |
diffstat | 2 files changed, 39 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Mon Sep 18 23:40:11 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - -# Build dir -build/ \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Sep 19 16:21:26 2023 -0400 @@ -0,0 +1,39 @@ +syntax: glob + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +syntax: regexp + +# Build dir +^build/