dotfiles

My dotfiles.
git clone git://git.ryanmj.xyz/dotfiles.git
Log | Files | Refs | LICENSE

.gitignore (932B)


      1 
      2 # Created by https://www.gitignore.io/api/cmake,emacs
      3 # Edit at https://www.gitignore.io/?templates=cmake,emacs
      4 
      5 ### CMake ###
      6 CMakeLists.txt.user
      7 CMakeCache.txt
      8 CMakeFiles
      9 CMakeScripts
     10 Testing
     11 Makefile
     12 cmake_install.cmake
     13 install_manifest.txt
     14 compile_commands.json
     15 CTestTestfile.cmake
     16 _deps
     17 
     18 ### CMake Patch ###
     19 # External projects
     20 *-prefix/
     21 
     22 ### Emacs ###
     23 # -*- mode: gitignore; -*-
     24 *~
     25 \#*\#
     26 /.emacs.desktop
     27 /.emacs.desktop.lock
     28 *.elc
     29 auto-save-list
     30 tramp
     31 .\#*
     32 
     33 # Org-mode
     34 .org-id-locations
     35 *_archive
     36 
     37 # flymake-mode
     38 *_flymake.*
     39 
     40 # eshell files
     41 /eshell/history
     42 /eshell/lastdir
     43 
     44 # elpa packages
     45 /elpa/
     46 
     47 # reftex files
     48 *.rel
     49 
     50 # AUCTeX auto folder
     51 /auto/
     52 
     53 # cask packages
     54 .cask/
     55 dist/
     56 
     57 # Flycheck
     58 flycheck_*.el
     59 
     60 # server auth directory
     61 /server/
     62 
     63 # projectiles files
     64 .projectile
     65 
     66 # directory configuration
     67 .dir-locals.el
     68 
     69 # network security
     70 /network-security.data
     71 
     72 
     73 # End of https://www.gitignore.io/api/cmake,emacs
     74 
     75 bin/
     76 
     77 dw
     78 
     79 build/