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