Hello,

I'm setting up a new more general Git management environment on my
machine and looking at the FriCAS vanilla .gitignore file, I allowed
myself to send here a diff with the one I use. I just did two
additions today to the one I use. It could be of interest even if some
stuff will not suit all needs.

┌──(greg㉿ellipse)-[~/Git/jlfricas]
└─$ diff -u /home/greg/Tmp/fricas/.gitignore .gitignore
--- /home/greg/Tmp/fricas/.gitignore    2023-09-24 18:59:55.011395614 +0200
+++ .gitignore  2023-09-24 18:46:43.161378119 +0200
@@ -6,6 +6,8 @@
 *.fasl
 *.NRLIB/
 *.o
+*.output
+do_it.*

 build/

@@ -124,3 +126,9 @@
 stamp-*

 target/
+src/doc/sphinx/source/_ext/__pycache__/edit_on_github.cpython-311.pyc
+contrib/emacs/gen-cpl.lib
+src/etc/gen-cpl.data
+src/etc/gen-cpl.fn
+src/etc/gen-cpl.lib
+src/lisp/raw_prelisp_map

Regards,
_
Greg

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/CAHnU2daQX%3DMfjOBo-%2BLW30RQMbM%2BBb6T%3DZQo8O_pcP87E4b4bA%40mail.gmail.com.

Attachment: .gitignore.diff
Description: Binary data

Reply via email to