[PATCH] Move paccache.service to gitignore in src
            
            
            
                18 Sep
                
                    2018
                
            
            
                18 Sep
                
                '18
                
            
            
            
        
    
                12:35 p.m.
            
        For consistency move paccache.service to gitignore in the src directory. Signed-off-by: Michael Straube <michael.straube@posteo.de> --- .gitignore | 1 - src/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d6e802..204eb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ depcomp install-sh missing test-driver -src/paccache.service diff --git a/src/.gitignore b/src/.gitignore index 894f5c3..38264e4 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,7 @@ .deps/ checkupdates paccache +paccache.service pacdiff paclist paclog-pkglist -- 2.19.0
        2600
        
      
          Age (days ago)
        
      
        2600
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Michael Straube