From 6131e181fa634a85f9356c90067d290f4e562c1d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 27 Jan 2026 02:19:52 +0900 Subject: [PATCH] Configure .gitignore to ignore everything by default --- .gitignore | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index da8168b..ccf80c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,7 @@ -# CVS default ignores begin -tags -TAGS -.make.state -.nse_depinfo -*~ -\#* -.#* -,* -_$* -*$ -*.old -*.bak -*.BAK -*.orig -*.rej -.del-* -*.a -*.olb -*.o -*.obj -*.so -*.exe -*.Z -*.elc -*.ln -core -# CVS default ignores end +# Ignorer alt som standard +* + +# Inkluder følgende filer i git-repoet +!.gitignore +!backup.sh +!clean_snapshots.sh