go.fuchsia.dev/infra@v0.0.0-20240507153436-9b593402251b/.gitignore (about)

     1  # swap
     2  [._]*.s[a-w][a-z]
     3  [._]s[a-w][a-z]
     4  # session
     5  Session.vim
     6  # temporary
     7  .netrwhist
     8  *~
     9  # auto-generated tag files
    10  tags
    11  # -*- mode: gitignore; -*-
    12  *~
    13  \#*\#
    14  /.emacs.desktop
    15  /.emacs.desktop.lock
    16  *.elc
    17  auto-save-list
    18  tramp
    19  .\#*
    20  
    21  # Org-mode
    22  .org-id-locations
    23  *_archive
    24  
    25  # flymake-mode
    26  *_flymake.*
    27  
    28  # eshell files
    29  /eshell/history
    30  /eshell/lastdir
    31  
    32  # elpa packages
    33  /elpa/
    34  
    35  # reftex files
    36  *.rel
    37  
    38  # AUCTeX auto folder
    39  /auto/
    40  
    41  # cask packages
    42  .cask/
    43  dist/
    44  
    45  # Flycheck
    46  flycheck_*.el
    47  
    48  # server auth directory
    49  /server/
    50  
    51  # projectiles files
    52  .projectile*~
    53  
    54  # temporary files which can be created if a process still has a handle open of a deleted file
    55  .fuse_hidden*
    56  
    57  # KDE directory preferences
    58  .directory
    59  
    60  # Linux trash folder which might appear on any partition or disk
    61  .Trash-*
    62  *.DS_Store
    63  .AppleDouble
    64  .LSOverride
    65  
    66  # Icon must end with two \r
    67  Icon
    68  
    69  
    70  # Thumbnails
    71  ._*
    72  
    73  # Files that might appear in the root of a volume
    74  .DocumentRevisions-V100
    75  .fseventsd
    76  .Spotlight-V100
    77  .TemporaryItems
    78  .Trashes
    79  .VolumeIcon.icns
    80  .com.apple.timemachine.donotpresent
    81  
    82  # Directories potentially created on remote AFP share
    83  .AppleDB
    84  .AppleDesktop
    85  Network Trash Folder
    86  Temporary Items
    87  .apdisk