Ignore custom headers and temporary files from Vim.
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
config.inc.php
|
config.inc.php
|
||||||
|
config.header.inc.php
|
||||||
|
config.footer.inc.php
|
||||||
phpmyadmin.wpj
|
phpmyadmin.wpj
|
||||||
|
*.swp
|
||||||
upload
|
upload
|
||||||
save
|
save
|
||||||
.htaccess
|
.htaccess
|
||||||
.vimrc
|
.vimrc
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
@@ -14,6 +14,7 @@ $Source$
|
|||||||
Header and footer per themes (RFE #984152),
|
Header and footer per themes (RFE #984152),
|
||||||
config.{header,footer}.inc.php files are now optional.
|
config.{header,footer}.inc.php files are now optional.
|
||||||
* libraries/select_lang.lib.php: Fix undefined indexes.
|
* libraries/select_lang.lib.php: Fix undefined indexes.
|
||||||
|
* */.cvsignore: Ignore custom headers and temporary files from Vim.
|
||||||
|
|
||||||
2005-11-24 Marc Delisle <lem9@users.sourceforge.net>
|
2005-11-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* js/querywindow.js: bug #1365503, "do not overwrite this query"
|
* js/querywindow.js: bug #1365503, "do not overwrite this query"
|
||||||
|
1
css/.cvsignore
Normal file
1
css/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
js/.cvsignore
Normal file
1
js/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
@@ -1,2 +1,3 @@
|
|||||||
tmp-check
|
tmp-check
|
||||||
added_messages.php
|
added_messages.php
|
||||||
|
*.swp
|
||||||
|
1
libraries/.cvsignore
Normal file
1
libraries/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/auth/.cvsignore
Normal file
1
libraries/auth/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/dbg/.cvsignore
Normal file
1
libraries/dbg/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/dbi/.cvsignore
Normal file
1
libraries/dbi/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/engines/.cvsignore
Normal file
1
libraries/engines/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/export/.cvsignore
Normal file
1
libraries/export/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/fpdf/.cvsignore
Normal file
1
libraries/fpdf/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/fpdf/font/.cvsignore
Normal file
1
libraries/fpdf/font/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/import/.cvsignore
Normal file
1
libraries/import/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
libraries/transformations/.cvsignore
Normal file
1
libraries/transformations/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
scripts/.cvsignore
Normal file
1
scripts/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
test/.cvsignore
Normal file
1
test/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
@@ -15,4 +15,4 @@ openphpnuke
|
|||||||
paradice
|
paradice
|
||||||
xampp
|
xampp
|
||||||
xp_basic
|
xp_basic
|
||||||
xp_blue
|
xp_blue*.swp
|
||||||
|
1
themes/darkblue_orange/.cvsignore
Normal file
1
themes/darkblue_orange/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
themes/darkblue_orange/css/.cvsignore
Normal file
1
themes/darkblue_orange/css/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
themes/darkblue_orange/img/.cvsignore
Normal file
1
themes/darkblue_orange/img/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
themes/original/.cvsignore
Normal file
1
themes/original/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
themes/original/css/.cvsignore
Normal file
1
themes/original/css/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
1
themes/original/img/.cvsignore
Normal file
1
themes/original/img/.cvsignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.swp
|
Reference in New Issue
Block a user