diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:21:17 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:21:17 -0500 |
commit | a84bdd53a08ac5f8939d3708822b9e254705c412 (patch) | |
tree | 7a6e3684fbebaa179097216c1b7bb9275bbaf3db /.gitignore | |
parent | do ass1 (diff) | |
download | csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar.gz csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar.bz2 csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar.lz csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar.xz csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.tar.zst csci4611-a84bdd53a08ac5f8939d3708822b9e254705c412.zip |
Save before committing kidssubmission-p1.1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1,20 +1,20 @@ -.DS_Store* - -# These directories are meant for installing files generated inside the dev/ directory -# They are in the git repo only so that students will checkout the intended directory -# structure from the start, but we do not want to add anything inside them to git. -# So, we ignore all files inside the directories except for a README. - -bin/* -!bin/README.md - -include/* -!include/README.md - -lib/* -!lib/README.md - -share/* -!share/README.md - -.vscode +.DS_Store*
+
+# These directories are meant for installing files generated inside the dev/ directory
+# They are in the git repo only so that students will checkout the intended directory
+# structure from the start, but we do not want to add anything inside them to git.
+# So, we ignore all files inside the directories except for a README.
+
+bin/*
+!bin/README.md
+
+include/*
+!include/README.md
+
+lib/*
+!lib/README.md
+
+share/*
+!share/README.md
+
+.vscode
|