]> git.wh0rd.org - home.git/blob - .gitignore
merge G5
[home.git] / .gitignore
1 # backup files
2 *~
3
4 # generated files
5 *.gdb
6 *.o
7 a.out
8 /log
9 /out
10
11 # Session files
12 /.bugz_cookie
13 /.dbus/session-bus/
14 /.DCOPserver_*
15 /.dmrc
16 /.gnomerc-errors
17 /.ICEauthority
18 /.ktorrent.lock
19 /.pulse-cookie
20 /.serverauth.*
21 /.sudo_as_admin_successful
22 /.Xauthority
23 /.xsession-errors*
24
25 /.*_history
26 /.cgdb/readline_history.txt
27 /.clive/recall
28 /.fbhighlevelshistory
29 /.gconfd/saved_state
30 .gdb_history
31 /.gitk
32 /.history
33 /.jtag/history
34 /.lesshst
35 /.links/links.his
36 /.octave_hist
37 /.recently-used*
38 /.tgdb/a2_tgdb_debug.txt
39 /.tgdb/tgdb_log.txt
40 /.viminfo
41 /.wireshark/recent
42 /minicom.cap
43 /minicom.log
44
45 /test
46 /test.*
47
48 # xilinx junk
49 /.Xilinx/
50 /default.ipf
51 /default_xdb/
52
53 # Cache files
54 /.adobe/Flash_Player/AssetCache/
55 /.cache/
56 /.ccache/
57 /.cddb/
58 /.clive/cache
59 /.cvsps/
60 /.dvdcss/
61 /.fontconfig/*.cache-*
62 /.mcop*
63 /.revdep-rebuild.*
64 /.thumbnails/
65 /.xchat2/scrollback/
66
67 # Packages i don't care about
68 /.clive/
69 /.crash_report_*
70 /.audacious/
71 /.crack-attack/
72 /.ddd/
73 /.gimp-*/
74 /.gkrellm2
75 /.gnome2/
76 /.gtkdiskfree2/
77 /.java/deployment/
78 /.keychain/
79 /.links/bookmarks.html
80 /.linphonec
81 /.linphonerc
82 /.local/
83 /.mozilla/
84 /.mplayer/
85 /.profile.d/custom.sh
86 /.subversion/auth/
87 /.subversion/README.txt
88 /.Skype/
89 /.ooo3/
90 /.VirtualBox/
91 /.wine/
92 /.xine/
93 /.xscreensaver
94
95 /.gnupg/.#lk*
96 /.gnupg/*.gpg
97 /.gnupg/*.kbx
98
99 /.ncftp/firewall
100 /.ncftp/history
101 /.ncftp/init_v3
102 /.ncftp/log
103 /.ncftp/trace*
104
105 /.pan2/accels.txt
106 /.pan2/article-cache
107 /.pan2/group-preferences.xml
108 /.pan2/groups
109 /.pan2/newsgroups.*
110 /.pan2/newsrc-1
111 /.pan2/tasks.nzb
112
113 /.ssh/authorized_keys
114 /.ssh/id_*
115 /.ssh/known_hosts
116
117 # per-system files
118 /Desktop/
119
120 # other git trees
121 /ICEs/
122 /patches/