diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:06:30 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:06:30 +0200 |
commit | 5b344e88ff3a6e3594d1b33cd4d8086c143c0bb6 (patch) | |
tree | e99b9e51c79231898bdce610112eb9a804830572 | |
parent | 2a84bfd4ffdadbedeb1d866e0987e9f8450bc768 (diff) |
Only ignore html and xml files on the top level
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -*.xml -*.html +/*.xml +/*.html style/style.css script/ousia.js |