Commit 490f2c700e8cdf10dd41cbdf1f41745c05aad28b
Commits[COMMIT BEGIN]commit 490f2c700e8cdf10dd41cbdf1f41745c05aad28b Author: 0x4248 <[email protected]> Date: Sun Dec 14 21:58:50 2025 +0000 gitignore: Sort ignore list I have gone and moved some of the sort this list to be more organised, I know I should have done this before but I always forget. Signed-off-by: 0x4248 <[email protected]> diff --git a/.gitignore b/.gitignore index 1fb6ecf..878c2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,9 @@ # public license version 3.0 as published by the Free Software Foundation. - # Ok so whats going on here, seems pretty crazy, I know. Well I thought that -# using whitelists would be much easier to manage. +# using whitelists would be much easier to manage. Kernel kinda does this but +# only whitelisting dotfiles, I just took it the crazy route *.* @@ -41,26 +41,24 @@ COMMIT_MSG.txt COMMIT_MSG.old ##### SORT THIS #### -!*.mk -!*.conf !*.ld !*.glsl -!*.html -!*.css -!*.ref !.github/ !*.yml -!*.msg -!*.toml ##### SORT THIS #### # TEXT - +!README !*.txt !*.md !*.tex +!*.msg + +# CONFIG +!*.conf +!*.ref +!*.toml -!README ### SOURCE FILLES ### # C @@ -90,8 +88,16 @@ COMMIT_MSG.old # CMAKE !*.cmake +# MAKE +!Makefile +!*.mk + +# WWW +!*.html +!*.css + ### SCRIPTS ### !*.py !*.sh !*.bash -!*.fish +!*.fish \ No newline at end of file[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.