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