dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

gitignore_global (167B)


      1 # OS-related noise
      2 .DS_Store
      3 
      4 # Editor backup files
      5 *.sw?
      6 *~
      7 
      8 # Editor project directories
      9 .nova/
     10 .jetskicli
     11 
     12 # Build outputs
     13 *.a
     14 *.class
     15 *.dylib
     16 *.elc
     17 *.o
     18 *.pyc
     19 *.so