diff options
author | James Moger <james.moger@gmail.com> | 2013-04-10 11:19:35 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-04-10 11:21:14 -0400 |
commit | 56fa90b17acec529b7376f04caf25deb6b4a9480 (patch) | |
tree | 39ccd12da581344d43f16b87b919bf285105ee48 /.gitignore | |
parent | 4acb24725597249ccfed7e8288ca9f8cf8c49832 (diff) | |
download | iciql-56fa90b17acec529b7376f04caf25deb6b4a9480.tar.gz iciql-56fa90b17acec529b7376f04caf25deb6b4a9480.zip |
Chmod the release script as executable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -1,14 +1,16 @@ -/bin -/build -/doclava -/ext -/javadoc -/site -/*.zip -/*.jar -/build.properties -/derby.log -/performance.txt -/performance_db.txt -/performance_sql.txt -/testdbs +/bin
+/build
+/doclava
+/ext
+/javadoc
+/site
+/*.zip
+/*.jar
+/build.properties
+/derby.log
+/performance.txt
+/performance_db.txt
+/performance_sql.txt
+/testdbs
+/*.sh
+/*.ps1
|