summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-06-09 15:03:22 -0700
committerEli Bendersky <eliben@gmail.com>2013-06-09 15:03:22 -0700
commitf53017591f5bc064b79ca61b1d51c229f38af190 (patch)
treeabaf199639429b80c760163306074833f1ff12f3
parent6e6589479a2ac4512a289806ef4fdc884f28a1d4 (diff)
downloadpycparser-f53017591f5bc064b79ca61b1d51c229f38af190.tar.gz
Move hgignore to gitignore and put contributors in a file
-rw-r--r--.gitignore (renamed from .hgignore)6
-rw-r--r--CONTRIBUTORS24
2 files changed, 25 insertions, 5 deletions
diff --git a/.hgignore b/.gitignore
index 811ae86..9f42749 100644
--- a/.hgignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-syntax: glob
-
*.pyc
tests/parser.out
tests/*tab.py
@@ -14,6 +12,4 @@ parser.out
*.orig
*.rej
.tox
-
-
-glob:utils/z.c
+utils/z.c
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
new file mode 100644
index 0000000..102126b
--- /dev/null
+++ b/CONTRIBUTORS
@@ -0,0 +1,24 @@
+This is a list of people who have contributed to pycparser by supplying patches,
+opening issues, or generally helping out. If you think you deserve to be here
+but aren't listed - please let me know.
+
+The list is sorted in increasing alphabetic order by first name.
+
+* Andreas Klöckner
+* Andrew de los Reyes
+* Benoit Pradelle
+* Dov Feldstern
+* Even Wiik Thomassen
+* Greg Smith
+* Jaroslav Franek
+* Li Xuan Ji
+* Mateusz Czaplinski
+* Paolo Di Maio
+* Rory Yorke
+* Rubin
+* Scott Tsai
+* Thomas W. Barr
+* Tomer Segal
+* Weyllor
+
+