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