We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f219bd commit e60b29bCopy full SHA for e60b29b
4 files changed
Django.gitignore
@@ -1,6 +1,3 @@
1
-*.swp
2
-*.swo
3
-*~
4
#for python/django
5
*.log
6
static/uploaded/**/*
Global/emacs.gitignore Global/Emacs.gitignoreGlobal/emacs.gitignore renamed to Global/Emacs.gitignore
@@ -1,4 +1,4 @@
-\#*#
+*~
+\#*\#
/.emacs.desktop
/.emacs.desktop.lock
-.DS_Store
Global/Vi.gitignore
@@ -0,0 +1,2 @@
+*.swp
+*.swo
Ruby.gitignore
@@ -1,9 +1,4 @@
.DS_Store
-\#*
-.\#*
-.*.swp
7
coverage
8
rdoc
9
pkg
0 commit comments