diff options
author | Collin J. Doering | 2024-02-24 10:07:26 -0500 |
---|---|---|
committer | Collin J. Doering | 2024-02-24 10:07:26 -0500 |
commit | 254381bfa7dadb95bc0dd8e1047bfa97cc7419bf (patch) | |
tree | 9c705c261d63d958167f311f3979b10c6595ab12 /.gitignore | |
download | guix-north-america-254381bfa7dadb95bc0dd8e1047bfa97cc7419bf.tar.gz |
Initial commit
* .gitignore: Ignore emacs backup files
* README.org: Add preliminary plan, with a few more details
* balg02.scm: Placeholder file that will become guix operating-system configuration for balg02
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8372e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Emacs +*~ |