Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gemified
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
:email: keita.yamaguchi@gmail.com
:has_rdoc: true
:homepage: http://rubyforge.org/projects/timeoutx/
Expand Down
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Numerous always-ignore extensions
###################
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~

*.sass-cache
# Folders to ignore
###################
.hg
.svn
.CVS
# OS or Editor folders
###################
.DS_Store
Icon?
Thumbs.db
ehthumbs.db
nbproject
.cache
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
# Dreamweaver added files
###################
_notes
dwsync.xml
# Komodo
###################
*.komodoproject
.komodotools
4 changes: 2 additions & 2 deletions License.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ You can redistribute it and/or modify it under either the terms of the GPL
For the list of those files and their copying conditions, see the
file LEGAL.

5. The scripts and library files supplied as input to or produced as
5. The scripts and library files supplied as input to or produced as
output from the software do not automatically fall under the
copyright of the software, but belong to whomever generated them,
copyright of the software, but belong to whomever generated them,
and may be sold commercially, and may be aggregated with this
software.

Expand Down
8 changes: 4 additions & 4 deletions setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def command(*args)
def ruby(*args)
command config('rubyprog'), *args
end

def make(task = nil)
command(*[config('makeprog'), task].compact)
end
Expand Down Expand Up @@ -722,7 +722,7 @@ def srcexist?(path)
def srcdirectory?(path)
File.dir?(srcfile(path))
end

def srcfile?(path)
File.file?(srcfile(path))
end
Expand Down Expand Up @@ -826,7 +826,7 @@ def invoke
__send__ "exec_#{task}"
end
end

def run_metaconfigs
@config.load_script "#{@ardir}/metaconfig"
end
Expand Down Expand Up @@ -1404,7 +1404,7 @@ def mapdir(ents)
end

# picked up many entries from cvs-1.11.1/src/ignore.c
JUNK_FILES = %w(
JUNK_FILES = %w(
core RCSLOG tags TAGS .make.state
.nse_depinfo #* .#* cvslog.* ,* .del-* *.olb
*~ *.old *.bak *.BAK *.orig *.rej _$* *$
Expand Down