From 5d92deace1b489c9e52f4e9350d6bcb7e12bf903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 9 Sep 2017 14:12:54 +0200 Subject: [PATCH] fixup gitignore --- git/gitignore_global | 81 -------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 git/gitignore_global diff --git a/git/gitignore_global b/git/gitignore_global deleted file mode 100644 index 5948fb9..0000000 --- a/git/gitignore_global +++ /dev/null @@ -1,81 +0,0 @@ -# http://github.com/github/gitignore - -### Linux -!.gitignore -*~ - -### Windows -# image file caches -Thumbs.db -ehthumbs.db -# Folder config file -Desktop.ini -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -### Mac OSX -.DS_Store -.AppleDouble -.LSOverride -Icon -# Thumbnails -._* -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -### compiled source -*.com -*.class -*.dll -*.exe -*.o -*.so - -### packages -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods -*.7z -*.jar -*.rar -*.zip -*.gz -*.bzip -*.bz2 -*.xz -*.lzma - -### packing-only formats -*.iso -*.tar - -### package management formats -*.dmg -*.xpi -*.gem -*.egg -*.deb -*.rpm - -### logs and databases -*.log -*.sql -*.sqlite - -### eclipse specific -*.pydevproject -.project -.metadata -local.properties -.classpath -.settings/ -.loadpath -# External tool builders -.externalToolBuilders/ -# Locally stored "Eclipse launch configurations" -*.launch -# CDT-specific -.cproject -# PDT-specific -.buildpath -