summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2014-08-30 18:59:33 -0500
committerJohn Fultz <jfultz@wolfram.com>2014-08-30 18:59:33 -0500
commit79c8e21f44b151d49f6b63962925aaa8f70663e7 (patch)
tree4b277930c1342fb4a5e44e6472b8af05d6430ebf
parent52c272b3e6b0b9c1c3eeaaa04e9cec881654d435 (diff)
A little house-cleaning. No code changes.
-rw-r--r--.gitignore7
-rw-r--r--README.md2
-rw-r--r--quackle.sublime-project7
3 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b78b158..78db8ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,10 @@ ChangeLog
*.app
*.sublime-workspace
*.xcodeproj
+*.exe
+*.pfx
+*.cer
+*.dll
+dawginput.raw
+playabilities.raw
+smaller.raw
diff --git a/README.md b/README.md
index 6c3dd30..7d596fd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ See LICENSE in this directory.
In this directory is libquackle. Run qmake and then run make in this directory. Then cd to quackle/quackleio/, run qmake, and then run make.
-In quacker/ is a GUI that uses libquackle. It requires Qt 4. Run qmake then make in that directory to build it. Then, from within quackle/quacker/, run ./quacker to start the program.
+In quacker/ is a GUI that uses libquackle. It requires Qt 4. Run qmake then make in that directory to build it. Then, from within quackle/quacker/, run ./release/quacker to start the program.
See README.MacOS and README.Windows for platform-specific instructions.
diff --git a/quackle.sublime-project b/quackle.sublime-project
index 03f56a7..167db4b 100644
--- a/quackle.sublime-project
+++ b/quackle.sublime-project
@@ -3,8 +3,11 @@
[
{
"path": ".",
- "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*"],
- "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", "strategy"]
+ "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw",
+ "playabilities.raw", "smaller.raw", ".gitattributes",
+ "*.Debug", "*.Release", "*.pfx", "*.cer"],
+ "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica",
+ "strategy", "debug", "release", "makeswelexicon", "lisp"]
}
]
}