diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-02-28 17:17:16 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:21 +0200 |
| commit | 048bb1c8ecc552fb4e91d361f108ede65cd7a9b9 (patch) | |
| tree | f2565505c1ad4677238ee28adb48ce3aa63a41dd /.gitignore | |
| parent | fe4d87fa7c06d23e758e3a321e04cca30419ed86 (diff) | |
| download | haunt-blog-048bb1c8ecc552fb4e91d361f108ede65cd7a9b9.tar.gz haunt-blog-048bb1c8ecc552fb4e91d361f108ede65cd7a9b9.tar.bz2 haunt-blog-048bb1c8ecc552fb4e91d361f108ede65cd7a9b9.zip | |
.gitignore: Add editor temporary files.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. +.*~ +\#.*\# + site/** replicant_blog_page_0.html replicant_blog_page_1.html |
