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`
pull/419/head
eren 2016-03-30 16:01:16 +03:00
parent 14c835b37d
commit 2d3541b6a4
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -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