From 746d330a2371a6498a1e4db77fe183e6f305de2e Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Mon, 4 Jul 2016 11:34:33 +0200 Subject: [PATCH] gitignore: clean up This removes several outdated or unnecessary ignore patterns. Especially those that match random words such as 'local' or 'core', which repeatedly caused weird behavior that's hard to debug, e.g. invisble vendored files. --- .gitignore | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 38236068d..1d9ef55b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,10 @@ *# -*.[568ao] -*.a[568o] -*.cgo*.c -*.cgo*.go +.#* +*-stamp /*.yaml /*.yml /*.rules *.exe -*.orig -*.pyc -*.rej -*.so # Editor files # ################ @@ -20,12 +14,6 @@ *.iml .idea -.DS_Store -.nfs.* -[568a].out -core - -*-stamp /prometheus /promtool benchmark.txt @@ -34,12 +22,6 @@ benchmark.txt /.release /.tarballs -.#* -command-line-arguments.test -*BACKUP* -*LOCAL* -*REMOTE* - !/circle.yml !/.travis.yml !/.promu.yml