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