]> git.wh0rd.org - home.git/blob - .gitignore
ignore many doc types
[home.git] / .gitignore
1 # backup files
2 *~
3
4 # generated files
5 *.gdb
6 *.o
7 a.out
8 /core
9 /doit.sh
10 /f
11 /f2
12 /log
13 /nohup.out
14 /out
15
16 # Session files
17 /.bugz_cookie
18 /.dbus/session-bus/
19 /.DCOPserver_*
20 /.dmrc
21 /.esd_auth
22 /.gnomerc-errors
23 /.ICEauthority
24 /.ktorrent.lock
25 /.pulse-cookie
26 /.rnd
27 /.serverauth.*
28 /.sudo_as_admin_successful
29 /.Xauthority
30 /.xsession-errors*
31
32 /.*_history
33 /.cgdb/readline_history.txt
34 /.clive/recall
35 /.fbhighlevelshistory
36 /.gconfd/saved_state
37 .gdb_history
38 /.gitk
39 /.history
40 /.jtag/history
41 /.lesshst
42 /.links/links.his
43 /.octave_hist
44 /.recently-used*
45 /.tgdb/a2_tgdb_debug.txt
46 /.tgdb/tgdb_log.txt
47 /.viminfo
48 /.wireshark/recent
49 /minicom.cap
50 /minicom.log
51
52 /test
53 /test.*
54 /*.mbox
55 /*.ebuild
56 /*.eclass
57
58 /*.exe
59 /*.gz
60 /*.bz2
61 /*.lzma
62 /*.odt
63 /*.otp
64 /*.pdf
65 /*.xz
66 /*.zip
67
68 # xilinx junk
69 /.Xilinx/
70 /default.ipf
71 /default_xdb/
72
73 # Cache files
74 /.adobe/Flash_Player/AssetCache/
75 /.cache/
76 /.ccache
77 /.cddb/
78 /.clive/cache
79 /.cvsps/
80 /.dvdcss/
81 /.fontconfig/*.cache-*
82 /.gconfd/saved_state
83 /.mcop*
84 /.revdep-rebuild.*
85 /.thumbnails/
86 /.xchat2/scrollback/
87
88 # Packages i don't care about
89 /.audacious/
90 /.clive/
91 /.crack-attack/
92 /.crash_report_*
93 /.cvspass
94 /.ddd/
95 /.gimp-*/
96 /.gkrellm2
97 /.gnome2/
98 /.gstreamer-*/
99 /.gtkdiskfree2/
100 /.java/deployment/
101 /.kchmviewer/
102 /.keychain/
103 /.links/bookmarks.html
104 /.linphonec
105 /.linphonerc
106 /.local/
107 /.macromedia/
108 /.mediatomb/
109 /.mozilla/
110 /.mplayer/
111 /.opera/
112 /.profile.d/custom.sh
113 /.subversion/auth/
114 /.subversion/README.txt
115 /.Skype/
116 /.ooo3/
117 /.VirtualBox/
118 /.wine/
119 /.xine/
120 /.xscreensaver
121
122 /.gnupg/.#lk*
123 /.gnupg/*.gpg
124 /.gnupg/*.kbx
125 /.gnupg/random_seed
126
127 /.kde*/cache-*
128 /.kde*/socket-*
129 /.kde*/tmp-*
130
131 /.ncftp/bookmarks
132 /.ncftp/firewall
133 /.ncftp/history
134 /.ncftp/init_v3
135 /.ncftp/log
136 /.ncftp/trace*
137
138 /.pan2/accels.txt
139 /.pan2/article-cache
140 /.pan2/group-preferences.xml
141 /.pan2/groups
142 /.pan2/newsgroups.*
143 /.pan2/newsrc-1
144 /.pan2/tasks.nzb
145
146 /.ssh/authorized_keys
147 /.ssh/id_*
148 /.ssh/known_hosts
149
150 # per-system files
151 /.forward
152 /Desktop/
153
154 # other git trees
155 /ICEs/
156 /patches/
157 *.diff
158 *.patch