mirror of https://github.com/citusdata/citus.git
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
parent
14c835b37d
commit
2d3541b6a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue