diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-14 11:40:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-14 11:40:20 -0700 |
commit | bfe7bc6a04d468f7943ebed9a7ea571cbf916d9e (patch) | |
tree | cdffeeec52bbdceeb10980968f4bca974a63f4a3 | |
parent | 1e19a9746ffa570f81346307b1eb32257a0bb24a (diff) |
Add *~ to .gitignore to skip emacs droppings
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config/.gitignore | 1 | ||||
-rw-r--r-- | greeter/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -23,3 +23,4 @@ stamp-h1 xdm xdm.1 xdmshell +*~ diff --git a/config/.gitignore b/config/.gitignore index 04cc50d..0cf10f7 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -4,3 +4,4 @@ Xresources Xservers.ws Xsession xdm-config +*~ diff --git a/greeter/.gitignore b/greeter/.gitignore index 9730646..a870857 100644 --- a/greeter/.gitignore +++ b/greeter/.gitignore @@ -4,3 +4,4 @@ Makefile Makefile.in *.la *.lo +*~ |