diff options
author | John Mitchell <jlmitch5@ncsu.edu> | 2015-06-11 22:05:30 +0200 |
---|---|---|
committer | John Mitchell <jlmitch5@ncsu.edu> | 2015-06-11 22:10:23 +0200 |
commit | 32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0 (patch) | |
tree | 17c630bc78682d7ef869b6ad969dcf7f16be82e9 /.gitignore | |
parent | Support cancel on system jobs (diff) | |
download | awx-32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0.tar.xz awx-32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0.zip |
fixed copyright date
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 26becf1bf1..bb1e6b97bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Tags +.tags +.tags1 + # Tower awx/settings/local_settings.py* awx/*.sqlite3 |