diff options
author | Nick <nick@somerandomnick.ano> | 2011-01-12 07:37:58 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2011-01-12 07:37:58 +0000 |
commit | 1588a0fc2f4ad092972bb68d19706dca85a7bdbe (patch) | |
tree | 66d7e36d7a60d4852c37ae05a023ec14e08a6d55 | |
parent | 31b52f87cfed470df95e2d5c6f81bcdac121235d (diff) | |
download | resdb-1588a0fc2f4ad092972bb68d19706dca85a7bdbe.tar.gz resdb-1588a0fc2f4ad092972bb68d19706dca85a7bdbe.zip |
added a gitignore to quiet the untracked files warnings
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | git-commit | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23ec47a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +conf +export @@ -1,4 +1,4 @@ #!/bin/sh -git add configure db doc git-commit gitd scripts contrib +git add configure db doc git-commit gitd scripts contrib .gitignore git commit test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info |