From 9fd48fd62352cb616c91a77b83b707f606304153 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 19 Feb 2025 16:07:25 +1100 Subject: change text to be neon and more readable --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3186669 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Object files +*.o + +# Executables +generate +guestbook.cgi + +# IDE files +.ycm_extra_conf.py +websitegenerator.cflags +websitegenerator.config +websitegenerator.creator +websitegenerator.creator.user +websitegenerator.cxxflags +websitegenerator.files +websitegenerator.includes + +# Tags and scope files +tags +cscope.out + +# Backup files +*.bup + +# Generated output +output/ + +# Shell scripts +live.sh +pushlive.sh +Agave-Regular.woff2 +allys_sad_handwriting-webfont.woff +allys_sad_handwriting-webfont.woff2 +content/ +guestbook.c.old +music.html -- cgit v1.2.3