Skip to content

Commit

Permalink
Merge samples/.gitignore into .gitignore (#14134)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jan 1, 2024
1 parent 6bfc90d commit f3de7b4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Build artifacts
/.build/
/samples/.build/
/docs/
/src/llvm/ext/llvm_ext.o
/src/llvm/ext/llvm_ext.obj
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ install_docs: docs ## Install docs at DESTDIR

cp -av docs "$(DATADIR)/docs"
cp -av samples "$(DATADIR)/examples"
rm -rf "$(DATADIR)/examples/.gitignore"

.PHONY: uninstall_docs
uninstall_docs: ## Uninstall docs from DESTDIR
Expand Down
1 change: 0 additions & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ install_docs: docs ## Install docs at prefix
$(call MKDIR,"$(DATADIR)")
$(call INSTALLDIR,docs,"$(DATADIR)\docs")
$(call INSTALLDIR,samples,"$(DATADIR)\examples")
$(call RM,"$(DATADIR)\examples\.gitignore")

.PHONY: uninstall_docs
uninstall_docs: ## Uninstall docs from prefix
Expand Down
1 change: 0 additions & 1 deletion samples/.gitignore

This file was deleted.

0 comments on commit f3de7b4

Please sign in to comment.