]> 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 /.gnomerc-errors
23 /.ICEauthority
24 /.ktorrent.lock
25 /.pulse-cookie
26 /.rnd
27 /.serverauth.*
28 /.sudo_as_admin_successful
29 /.Xauthority
30 /.xsession-errors*
31
32 /.*_history
33 /.cgdb/readline_history.txt
34 /.clive/recall
35 /.fbhighlevelshistory
36 /.gconfd/saved_state
37 .gdb_history
38 /.gitk
39 /.history
40 /.jtag/history
41 /.lesshst
42 /.links/links.his
43 /.octave_hist
44 /.recently-used*
45 /.tgdb/a2_tgdb_debug.txt
46 /.tgdb/tgdb_log.txt
47 /.viminfo
48 /.wireshark/recent
49 /minicom.cap
50 /minicom.log
51
52 /test
53 /test.*
54
55 # xilinx junk
56 /.Xilinx/
57 /default.ipf
58 /default_xdb/
59
60 # Cache files
61 /.adobe/Flash_Player/AssetCache/
62 /.cache/
63 /.ccache
64 /.cddb/
65 /.clive/cache
66 /.cvsps/
67 /.dvdcss/
68 /.fontconfig/*.cache-*
69 /.gconfd/saved_state
70 /.mcop*
71 /.revdep-rebuild.*
72 /.thumbnails/
73 /.xchat2/scrollback/
74
75 # Packages i don't care about
76 /.audacious/
77 /.clive/
78 /.crack-attack/
79 /.crash_report_*
80 /.cvspass
81 /.ddd/
82 /.gimp-*/
83 /.gkrellm2
84 /.gnome2/
85 /.gstreamer-*/
86 /.gtkdiskfree2/
87 /.java/deployment/
88 /.kchmviewer/
89 /.keychain/
90 /.links/bookmarks.html
91 /.linphonec
92 /.linphonerc
93 /.local/
94 /.macromedia/
95 /.mediatomb/
96 /.mozilla/
97 /.mplayer/
98 /.opera/
99 /.profile.d/custom.sh
100 /.subversion/auth/
101 /.subversion/README.txt
102 /.Skype/
103 /.ooo3/
104 /.VirtualBox/
105 /.wine/
106 /.xine/
107 /.xscreensaver
108
109 /.gnupg/.#lk*
110 /.gnupg/*.gpg
111 /.gnupg/*.kbx
112 /.gnupg/random_seed
113
114 /.kde*/cache-*
115 /.kde*/socket-*
116 /.kde*/tmp-*
117
118 /.ncftp/bookmarks
119 /.ncftp/firewall
120 /.ncftp/history
121 /.ncftp/init_v3
122 /.ncftp/log
123 /.ncftp/trace*
124
125 /.pan2/accels.txt
126 /.pan2/article-cache
127 /.pan2/group-preferences.xml
128 /.pan2/groups
129 /.pan2/newsgroups.*
130 /.pan2/newsrc-1
131 /.pan2/tasks.nzb
132
133 /.ssh/authorized_keys
134 /.ssh/id_*
135 /.ssh/known_hosts
136
137 # per-system files
138 /.forward
139 /Desktop/
140
141 # other git trees
142 /ICEs/
143 /patches/
144 *.diff
145 *.patch