Skip to content

Commit

Permalink
Git conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
achlipala committed Feb 1, 2017
1 parent 6a2375a commit 1f686e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
syntax: glob

*~

*.o
.deps
.libs
*.lo
*.la
*.exe
*.sql

*.cache
*.log
*.status

Makefile.in
src/c/Makefile.in
ar-lib
Expand All @@ -27,12 +22,9 @@ compile
install-sh
ltmain.sh
missing

syntax: regexp

^Makefile$
^src/ur/config.urp$
^src/c/Makefile$
^libtool$
^config.h$
^stamp-h1$
Makefile
src/ur/config.urp
src/c/Makefile
libtool
config.h
stamp-h1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upload files in Ur/Web without forcing page reloads

0 comments on commit 1f686e2

Please sign in to comment.