commit: cac1740da4e72f44cb912edb7829c96213ddd412 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Tue Sep 5 22:30:54 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Tue Sep 5 22:30:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cac1740d
.project: Remove, looks like IDE nonsense By the way, consider putting stuff like this in a global gitignore(5) file pointed at by core.excludesFile to avoid having to grow an infinite-long .gitignore in the various repositories you're committing to. Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> .project | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.project b/.project deleted file mode 100644 index 821fe9ef73..0000000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>gentoo-guru-dev-ebuilds</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - </buildSpec> - <natures> - </natures> -</projectDescription>
