-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
40 lines (38 loc) · 839 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# list of ignores everybody will want or which do not hurt anybody.
# Add personal ignores to .git/info/exclude
# e.g:
# - /[^.]* to ignore all files not starting with a dot
# - * to ignore all files except if added with --force
# In addition to the ignores defined here and in your
# .git/info/exclude, also the global ignores from .config/git/exclude
# are effective.
# specific files
/.ICEauthority
/.Xauthority
/.bash_history
/.cache/
/.capture.org
/.dbus/
/.emacs.bmk
/.esd_auth
/.fontconfig/
/.info/
/.lesshst
/.nix-defexpr/
/.nix-profile
/.ssh
/.subversion/
/.thumbnails/
/.xsession-errors
/.zsh.history*
/.eshell/history
/.dmenu_cache
/.eshell/lastdir
/.xmonad/xmonad-x86_64-linux
/.xmonad/xmonad.errors
/.xmonad/xmonad.hi
/.xmonad/xmonad.o
/.conkeror.mozdev.org/conkeror/*/Cache
/.ghc/ghci_history
/.tramp_history
/.pip/pip.log