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