From e9cc399775178138c0a0d973b62ac10598afc67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 21 Nov 2018 15:48:17 +0100 Subject: [PATCH] enable global gitignore rules --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b5b7d10a4..93ca73684 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,21 @@ +### the following pattern disables global gitignore rules (the ones from core.excludesFile) # Ignore all files without extensions (unix executable files) -* -!*.* -!*/ -!LICENSE* +#* +#!*.* +#!*/ +#!LICENSE* nimcache/ # Executables shall be put in an ignored build/ directory -# Ignore dynamic, static libs and libtool archive files build/ + +# Ignore dynamic, static libs and libtool archive files *.so *.dylib *.a *.la *.exe *.dll + VMTests.md