.gitignore: added *~ and .DS_Store
authormartinko <gamato@users.sf.net>
Thu, 24 Mar 2011 15:27:24 +0000 (16:27 +0100)
committermartinko <gamato@users.sf.net>
Thu, 24 Mar 2011 15:27:24 +0000 (16:27 +0100)
Added ignoring of VIM's backup files and Mac OS X Finder's custom
folder attributes' files.

.gitignore

index 0e89c66cab28e3ce1e32bfcef3125ded6e1a1182..513386c389d598f81d2db5666be1a3f9ba7802e3 100644 (file)
@@ -1,3 +1,4 @@
+*~
 *.pyc
 *.pyo
 *.[oas]
@@ -9,6 +10,7 @@
 *.html
 *.xml
 .deps
+.DS_Store
 config.mak
 config.log
 config.status