diff options
author | June McEnroe <programble@gmail.com> | 2018-04-03 21:55:04 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-04-03 21:55:04 -0400 |
commit | 1ac6f7f71a3993df784940a934091c51a2c0029d (patch) | |
tree | 5b35d8471821196c33c5ecab4811c20580b2bb86 | |
parent | Ignore c and txt (diff) | |
download | src-1ac6f7f71a3993df784940a934091c51a2c0029d.tar.gz src-1ac6f7f71a3993df784940a934091c51a2c0029d.zip |
Only ignore at top level
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 5f07bf97..ce5b4535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -build -c -clone -pdf -txt +/build +/c +/clone +/pdf +/txt |