git: README.org, init.el und config.org unter Versionskontrolle

This commit is contained in:
2020-12-18 17:28:17 +01:00
parent 151ca91962
commit 6114b57da3

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# ignore everything ...
/*
# ... but the following
!README.org
!config.org
!init.el
!.gitignore