From 2d3541b6a4e4b11a5ffb3f660c72f8a6cc55f4f3 Mon Sep 17 00:00:00 2001 From: eren Date: Wed, 30 Mar 2016 16:01:16 +0300 Subject: [PATCH] Enrich .gitignore This change provides nicer results for `git status` command. The following items are added to .gitignore: - Eclipse CDT project files - Uncrustify backup files - Output files of `perf` --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b4378137e..42865a955 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,11 @@ win32ver.rc *.exe lib*dll.def lib*.pc +.cproject +.project +gmon.out +*.unc-backup.md5~ +*.unc-backup~ # Local excludes in root directory /config.log