Browse Source

Adding Emacs backup, and Vi swap ignores to Global/

pull/56/head
Chris Wanstrath 13 years ago
parent
commit
e60b29b6bb
4 changed files with 4 additions and 10 deletions
  1. 0
    3
      Django.gitignore
  2. 2
    2
      Global/Emacs.gitignore
  3. 2
    0
      Global/Vi.gitignore
  4. 0
    5
      Ruby.gitignore

+ 0
- 3
Django.gitignore View File

@@ -1,6 +1,3 @@
*.swp
*.swo
*~
#for python/django
*.log
static/uploaded/**/*

Global/emacs.gitignore → Global/Emacs.gitignore View File

@@ -1,4 +1,4 @@
\#*#
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.DS_Store

+ 2
- 0
Global/Vi.gitignore View File

@@ -0,0 +1,2 @@
*.swp
*.swo

+ 0
- 5
Ruby.gitignore View File

@@ -1,9 +1,4 @@
.DS_Store
*~
\#*
.\#*
*.swp
.*.swp
coverage
rdoc
pkg

Loading…
Cancel
Save