From 8ee22ab9de28ca86b4b75121be46ba19b634ffb4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 24 Nov 2011 22:18:48 -0500 Subject: update gitignores --- .git.info.exclude | 1 + 1 file changed, 1 insertion(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 78497e1..34e552f 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -33,6 +33,7 @@ tmp \#*# .~lock.*# *_history +*_hist history.* *authority *.cookie -- cgit v1.2.3-2-g168b From 4a1dbb6dcf0b5efc26d366b164707311332354c9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2011 18:31:57 -0500 Subject: update --- .git.info.exclude | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 34e552f..29ead42 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -14,6 +14,8 @@ # Ignore these for privacy .ssh/* !.ssh/config +.gnupg/* +!.gnupg/gpg.conf .netrc .gnupg/* @@ -67,6 +69,7 @@ history.* .pulse-cookie .pki .alsa.save +.gnash-media # Ignore files that are autogenerated .folders @@ -79,6 +82,4 @@ history.* .offlineimap .crontab.local .xmodmap -.elmo -.ido.last .bogofilter/* -- cgit v1.2.3-2-g168b From 868e60c8302a7723812a62924d6a9ccb965e2279 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2011 18:32:57 -0500 Subject: Add my gpg.conf --- .git.info.exclude | 1 - 1 file changed, 1 deletion(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 29ead42..95f4eae 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -17,7 +17,6 @@ .gnupg/* !.gnupg/gpg.conf .netrc -.gnupg/* # Ignore temp/log/history files *.log -- cgit v1.2.3-2-g168b From 3d5c297366bbb2e40cf26c74bd6bafe933c499d5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 Feb 2012 00:01:38 -0500 Subject: live on my laptop for a while --- .git.info.exclude | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 95f4eae..00e5109 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -40,35 +40,36 @@ history.* *.cookie # Ignore these special-purpose cache/temp files -.xsession-errors* +.alsa.save .camel_certs -.kde/socket-* +.compiz/session/* +.config/chromium/Default/History\ Index* +.dbus/session-bus/* +.dvdcss +.esd_auth +.eshell/history +.evolution/.* +.gconfd/saved_state +.gnash-media +.gnash/SharedObjects/* .kde/share/apps/RecentDocuments/* +.kde/socket-* +.lesshst +.links2/links.his +.local/share/Trash/* .local/share/gvfs-metadata/* .local/share/icons/* .mozilla/firefox/Crash\ Reports/* -.compiz/session/* -.dbus/session-bus/* -.thumbnails/* -.gnash/SharedObjects/* -.config/chromium/Default/History\ Index* -.evolution/.* -.shotwell/thumbs/* -.netbeans/*/update_tracking/* .netbeans/*/modules/* -.local/share/Trash/* -.links2/links.his -.eshell/history -.sudo_as_admin_successful -.lesshst -.gconfd/saved_state -.esd_auth -.recently-used.xbel* +.netbeans/*/update_tracking/* +.pki .pulse .pulse-cookie -.pki -.alsa.save -.gnash-media +.recently-used.xbel* +.shotwell/thumbs/* +.sudo_as_admin_successful +.thumbnails/* +.xsession-errors* # Ignore files that are autogenerated .folders @@ -79,6 +80,4 @@ history.* .wine* .prefix .offlineimap -.crontab.local -.xmodmap -.bogofilter/* +.bogofilter -- cgit v1.2.3-2-g168b From 3b8d4575218ab6d8e1155a81c45d81a8631aff25 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 11 Apr 2012 22:57:54 -0400 Subject: remove machine-specific files --- .git.info.exclude | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index ab160af..3c64803 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -80,3 +80,9 @@ history.* .wine* .offlineimap .bogofilter + +# Ignore these platform-specific files +.alsa.full +.xmodmap +*.local +*_local -- cgit v1.2.3-2-g168b From 94d46baaf1926bf8b52393b9eff80faf6118d445 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 May 2012 22:15:37 -0400 Subject: ignore vlc-qt-interface.conf --- .git.info.exclude | 1 + 1 file changed, 1 insertion(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index ab160af..ef4bee3 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -77,6 +77,7 @@ history.* # Ignore these files for no good reason .terminfo +.config/vlc/vlc-qt-interface.conf .wine* .offlineimap .bogofilter -- cgit v1.2.3-2-g168b From e786afef0eb294750c8333ab71d525a66eef66eb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 May 2012 22:27:29 -0400 Subject: update .git.info.exclude --- .git.info.exclude | 3 +++ 1 file changed, 3 insertions(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index ef4bee3..daa5934 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -74,6 +74,7 @@ history.* # Ignore files that are autogenerated .folders .nanorc +.config/libretools/blacklist.txt # Ignore these files for no good reason .terminfo @@ -81,3 +82,5 @@ history.* .wine* .offlineimap .bogofilter +.config/Trolltech.conf +.prefix/src \ No newline at end of file -- cgit v1.2.3-2-g168b From 6b9d85951e8f93bcac34b25eeb6654217bfdf5b8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 May 2012 23:10:36 -0400 Subject: clean up --- .git.info.exclude | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index daa5934..854c2e2 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -7,6 +7,13 @@ !.*/*/* !.*/*/*/* !.*/*/*/*/* +!.*/*/*/*/*/* +!.*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/*/*/* # Or Makefile !Makefile @@ -54,11 +61,14 @@ history.* .gnash/SharedObjects/* .kde/share/apps/RecentDocuments/* .kde/socket-* +.kde4/share/apps/RecentDocuments/* +.kde4/socket-* .lesshst .links2/links.his .local/share/Trash/* .local/share/gvfs-metadata/* .local/share/icons/* +.local/share/recently-used.xbel .mozilla/firefox/Crash\ Reports/* .netbeans/*/modules/* .netbeans/*/update_tracking/* @@ -83,4 +93,10 @@ history.* .offlineimap .bogofilter .config/Trolltech.conf -.prefix/src \ No newline at end of file +.gem + +# Ignore these files that if I tracked them, would be a separate repo +.config/libreoffice +.config/transmission +.netbeans +.mozilla -- cgit v1.2.3-2-g168b From f6da1d4c86d944d2d4f0fdc1b635dde23295c039 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 May 2012 23:29:40 -0400 Subject: clean up --- .git.info.exclude | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 854c2e2..ff44d89 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -45,6 +45,7 @@ tmp history.* *authority *.cookie +*.bak # Ignore these special-purpose cache/temp files .alsa.save @@ -52,6 +53,7 @@ history.* .compiz/session/* .config/chromium/Default/History\ Index* .dbus/session-bus/* +.ddd/history .dvdcss .esd_auth .eshell/history @@ -62,6 +64,7 @@ history.* .kde/share/apps/RecentDocuments/* .kde/socket-* .kde4/share/apps/RecentDocuments/* +.kde4/share/apps/okular/docdata/* .kde4/socket-* .lesshst .links2/links.his @@ -69,9 +72,6 @@ history.* .local/share/gvfs-metadata/* .local/share/icons/* .local/share/recently-used.xbel -.mozilla/firefox/Crash\ Reports/* -.netbeans/*/modules/* -.netbeans/*/update_tracking/* .pki .pulse .pulse-cookie -- cgit v1.2.3-2-g168b From 39bd672b152e7b15f0b34fd06572ca3a14bf877c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 21 May 2012 12:21:55 -0400 Subject: redo alsa stuff --- .git.info.exclude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index ff44d89..235367c 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -48,10 +48,10 @@ history.* *.bak # Ignore these special-purpose cache/temp files -.alsa.save .camel_certs .compiz/session/* .config/chromium/Default/History\ Index* +.current.asound .dbus/session-bus/* .ddd/history .dvdcss -- cgit v1.2.3-2-g168b From 344bd61ba0d7d06b3cec6499ef6b4058f9d64626 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 May 2012 23:49:54 -0400 Subject: don't use a different .git.info.exclude for the generic brach --- .git.info.exclude | 6 ------ 1 file changed, 6 deletions(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index bc11313..235367c 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -100,9 +100,3 @@ history.* .config/transmission .netbeans .mozilla - -# Ignore these platform-specific files -.full.asound -.xmodmap -*.local -*_local -- cgit v1.2.3-2-g168b