Skip to content

Commit

Permalink
Cleanup: delete unused/stale POC Makefile and improve .gitignore (#184)
Browse files Browse the repository at this point in the history
Deleting unused/stale POC Makefile
Cleanup gitignore

---------

Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
Max Lambrecht authored Jun 1, 2023
1 parent e3f19df commit 8bf6c21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 36 deletions.
23 changes: 14 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# Binaries
/bin
/vendor
/test_results
/artifacts
/releases
/out
.artifacts
.build*

# Test Results
/test_results

# Temporary Files
.tmp
*.swp
*.log
*.out

# Test binary, built with `go test -c`
# Test Binaries
*.test

# Ignore binaries built using go build either from the root of the repo or
# within the respective main packages.
# Ignore Binaries Built with go build
/harvester
/server
cmd/harvester/harvester
cmd/server/server

# Editor specific configuration
# Editor Specific Configurations
.idea
.vscode

Expand All @@ -29,10 +31,13 @@ cmd/server/server
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

### Linux ###
# Temporary Files
*~
# Linux trash folder which might appear on any partition or disk

# Linux Trash Folder
.Trash-*
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-include Makefile-poc.mk

DIR := $(CURDIR)

.DEFAULT_GOAL = help
Expand Down
25 changes: 0 additions & 25 deletions Makefile-poc.mk

This file was deleted.

0 comments on commit 8bf6c21

Please sign in to comment.