Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 23rd, 2011  |  syntax: None  |  size: 0.51 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. From a19cc9930e72d2d207204174ecdb8ea57e8daa7c Mon Sep 17 00:00:00 2001
  2. From: localuser <localuser@localhost>
  3. Date: Fri, 23 Sep 2011 01:00:11 +0200
  4. Subject: [PATCH] Add a .gitignore file
  5.  
  6. ---
  7.  .gitignore |    8 ++++++++
  8.  1 files changed, 8 insertions(+), 0 deletions(-)
  9.  create mode 100644 .gitignore
  10.  
  11. diff --git a/.gitignore b/.gitignore
  12. new file mode 100644
  13. index 0000000..6b894f1
  14. --- /dev/null
  15. +++ b/.gitignore
  16. @@ -0,0 +1,8 @@
  17. +javascript.h
  18. +marco.o
  19. +xxxterm
  20. +*.orig
  21. +*.rej
  22. +*.rej.orig
  23. +xxxterm.cat1
  24. +xxxterm.o
  25. --
  26. 1.7.3.5