]> git.wh0rd.org - home.git/blob - .gitignore
ignore more stuff
[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 *.log
14 /nohup.out
15 /out
16
17 # Session files
18 /.bugz_cookie
19 /.codereview_upload_cookies
20 /.compiz/session/
21 /.dbus/session-bus/
22 /.DCOPserver_*
23 /.directory
24 /.dmrc
25 /.esd_auth
26 /.gksu.lock
27 /.gnomerc-errors
28 /.ICEauthority
29 /.ktorrent.lock
30 /.last_codereview_email_address
31 /.lynx_cookies
32 /.pulse-cookie
33 /.pulse/
34 /.rnd
35 /.serverauth.*
36 /.snapshot
37 /.sudo_as_admin_successful
38 /.x3270connect
39 /.Xauthority
40 /.xsession-errors*
41
42 /.*_history
43 /.bashdb_hist
44 /.cgdb/readline_history.txt
45 /.clive/recall
46 /.dead.letter
47 /.fbhighlevelshistory
48 .gdb_history
49 /.gdbtkinit
50 /.gitk
51 /.history
52 /.jtag/history
53 /.lesshst
54 /.links/links.his
55 /.links2/bookmarks.html
56 /.links2/links.his
57 /.nano/search_history
58 /.octave_hist
59 /.recently-used*
60 /.tgdb/a2_tgdb_debug.txt
61 /.tgdb/tgdb_log.txt
62 /.viminfo
63 /.wireshark/recent
64 /.wireshark/recent_common
65 /minicom.cap
66
67 /test
68 /test.*
69 /*.mbox
70 /*.ebuild
71 /*.eclass
72
73 /*.exe
74 /*.gz
75 /*.bz2
76 /*.lzma
77 /*.odt
78 /*.otp
79 /*.pdf
80 /*.rar
81 /*.rtf
82 /*.tar
83 /*.xz
84 /*.zip
85
86 /*.gif
87 /*.jpg
88 /*.png
89
90 # xilinx junk
91 /.Xilinx/
92 /default.ipf
93 /default_xdb/
94
95 # Cache files
96 /.adobe/Flash_Player/AssetCache/
97 /.cache*
98 /.ccache
99 /.cddb/
100 /.clive/cache
101 /.cvsps/
102 /.dvdcss/
103 /.fontconfig/*.cache-*
104 /.gconfd/saved_state
105 /.mcop*
106 /.news_time
107 /.revdep-rebuild.*
108 /.thumbnails/
109 /.xchat2/scrollback/
110
111 # Packages i don't care about
112 /.audacious/
113 /.clive/
114 /.cmus/
115 /.covers/
116 /.crack-attack/
117 /.crash_report_*
118 /.cups/
119 /.cvspass
120 /.ddd/
121 /.dosbox/
122 /.filezilla/
123 /.fossil
124 /.gegl-0.0/
125 /.gimp-*/
126 /.gkrellm2
127 /.gnash/
128 /.gnome2/
129 /.google_sslvpn/
130 /.googleearth/
131 /.gqview/
132 /.gstreamer-*/
133 /.gtk-bookmarks
134 /.gtkdiskfree2/
135 /.huludesktop
136 /.inkscape/
137 /.java/deployment/
138 /.josm/
139 /.kchmviewer/
140 /.keychain/
141 /.links/bookmarks.html
142 /.linphonec
143 /.linphonerc
144 /.local/
145 /.lyx/
146 /.macromedia/
147 /.mediatomb/
148 /.moc/
149 /.mplayer/
150 /.metacity/
151 /.nautilus/
152 /.nv/
153 /.nvclock/
154 /.nvidia-settings-rc
155 /.nx/
156 /.openoffice.org
157 /.openproj/
158 /.opera/
159 /.pornview/
160 /.profile.d/custom.sh
161 /.putty/
162 /.qmmp/
163 /.qt/
164 /.qtnx/
165 /.revenge_of_the_titans_*/
166 /.repoconfig
167 /.repopickle*
168 /.scummvmrc
169 /.Skype/
170 /.snes96_snapshots/
171 /.subversion/auth/
172 /.subversion/README.txt
173 /.ooo3/
174 /.tomatoes/
175 /.trousers/
176 /.tsemgr/
177 /.vlc/
178 /.VirtualBox/
179 /.webex/
180 /.wine/
181 /.xbmc/
182 /.xine/
183 /.xscreensaver
184 /.xsmbrowser*
185 /.zenmap/
186
187 /.config/Trolltech.conf
188 /.config/akonadi/
189 /.config/enchant/*.exc
190 /.config/google-chrome/Certificate Revocation Lists
191 /.config/google-chrome/Default/History*
192 /.config/google-chrome/Default/*-journal
193 /.config/google-chrome/Dictionaries/
194 /.config/google-chrome/First Run
195 /.config/google-chrome/Safe Browsing*
196 /.config/google-chrome/Service State
197 /.config/google-chrome/SingletonCookie
198 /.config/google-chrome/SingletonLock
199 /.config/google-chrome/SingletonSocket
200 /.config/google-googletalkplugin/
201 /.config/google-musicmanager/
202 /.config/qtcurve/
203 /.config/totem/
204 /.config/user-dirs.dirs
205 /.config/wpa_supplicant/
206
207 /.gconf/apps/evolution/
208 /.gconf/apps/gucharmap/
209 /.gconf/apps/metacity/
210 /.gconf/apps/nautilus/
211 /.gconf/apps/nm-applet/
212 /.gconf/apps/panel/
213 /.gconf/apps/procman/
214 /.gconf/apps/totem/
215
216 /.gnupg/.#lk*
217 /.gnupg/*.gpg
218 /.gnupg/*.kbx
219 /.gnupg/gpg-agent-info-*
220 /.gnupg/random_seed
221
222 /.kde*/cache-*
223 /.kde*/socket-*
224 /.kde*/tmp-*
225
226 /.mozilla/firefox/Crash Reports
227 /.mozilla/firefox/*.default
228
229 /.ncftp/bookmarks
230 /.ncftp/firewall
231 /.ncftp/history
232 /.ncftp/init_v3
233 /.ncftp/trace*
234
235 /.pan2/accels.txt
236 /.pan2/article-cache
237 /.pan2/group-preferences.xml
238 /.pan2/groups
239 /.pan2/newsgroups.*
240 /.pan2/newsrc-1
241 /.pan2/tasks.nzb
242
243 /.ssh/authorized_keys
244 /.ssh/authorized_keys2
245 /.ssh/id_*
246 /.ssh/known_hosts
247
248 # per-system files
249 /.asoundrc
250 /.forward
251 .nfs*
252 /chromium
253 /chromiumos
254 /Desktop/
255 /Documents/
256 /Downloads/
257 /Music/
258 /public_html/
259 /www/
260
261 # other git trees
262 /ICEs/
263 /patches/
264 *.diff
265 *.patch