Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add .gitignore


I'm a Git clean directory fanatic. This should cover all the built files
nicely. If something doesn't work, please let me know.

BTW, *PLEASE PLEASE PLEASE* tell git not to use this as a long commit
message!

-- 
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
Personal reality distortion fields are immune to contradictory evidence. -
srean
Check out my website: http://kirbyfan64.github.io/
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a2a78a5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+test/*
+!test/*.myr
+libstd/sys*.myr
+!libstd/sys*+*.myr
+libstd/*.s
+!libstd/*+*.s
+libstd/sys
+libstd/std
+libstd/dial.myr
+libstd/dir.myr
+libstd/env.myr
+libstd/ifreq.myr
+libstd/resolve.myr
+libstd/wait.myr
+rt/*.s
+!rt/*-*.s
+*/*.o
+*/*.use
+*/*.a
+*/.deps
+config.h
+config.mk
+parse/gram.c
+parse/gram.h
+6/6m
+muse/muse
+myrbuild/myrbuild
+bench/*
+!bench/Makefile
+!bench/*.myr

Follow-Ups:
Re: [PATCH] Add .gitignoreOri Bernstein <ori@xxxxxxxxxxxxxx>