commit
14b241a2e0
2 changed files with 39 additions and 0 deletions
@ -0,0 +1 @@ |
||||
* -text |
@ -0,0 +1,38 @@ |
||||
# .gitignore - List of filenames git should ignore |
||||
|
||||
# Filenames that should be ignored wherever they appear |
||||
*~ |
||||
*.rej |
||||
*.xpi |
||||
*.pyc |
||||
*.pyo |
||||
TAGS |
||||
tags |
||||
ID |
||||
.DS_Store* |
||||
|
||||
# Vim swap files. |
||||
.*.sw[a-z] |
||||
|
||||
# User files that may appear at the root |
||||
/.mozconfig* |
||||
/mozconfig |
||||
/configure |
||||
/config.cache |
||||
/config.log |
||||
/.clang_complete |
||||
/mach.ini |
||||
/binoc.cfg |
||||
|
||||
# Build directories |
||||
/obj*/ |
||||
/build-*/ |
||||
|
||||
# Project directories |
||||
/projects/*/* |
||||
|
||||
# Ignore the files and directory that Eclipse IDE creates |
||||
.project |
||||
.cproject |
||||
.settings/ |
||||
|
Loading…
Reference in new issue