summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:10:07 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:10:07 +0200
commit4f90ab8717b6d8f63da1845b57e0b4e299a5baac (patch)
tree3373ee9e8cc6fc24b7d4c53c97a62d390a51779b
parent61a7dbd3ddafb29ab2b50db0ecd4eea7d49f5b0b (diff)
downloadxstatic-jquery-ui-git-4f90ab8717b6d8f63da1845b57e0b4e299a5baac.tar.gz
.gitignore
-rw-r--r--.gitignore8
-rw-r--r--.hgignore8
2 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3b496d7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.pyc
+*.pyo
+dist/
+XStatic_jquery_ui.egg-info/
+MANIFEST
+.DS_Store
+.orig
+.rej
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 31ee94a..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,8 +0,0 @@
-.*\.py[co]$
-^dist/
-^XStatic_jquery_ui.egg-info/
-^MANIFEST$
-.DS_Store
-.orig$
-.rej$
-.~$