Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f773d35a
Commit
f773d35a
authored
Nov 19, 2014
by
Paul Eggert
Browse files
* .gitignore: Add /emacs-[1-9]*/, and sort better.
parent
fe1b545d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
.gitignore
.gitignore
+7
-4
ChangeLog
ChangeLog
+4
-0
No files found.
.gitignore
View file @
f773d35a
...
...
@@ -11,14 +11,14 @@ lib/Makefile.in
src/config.in
# Built by 'configure'.
Info.plist
InfoPlist.strings
Makefile
makefile
/*.cache
/config.status
src/config.h
src/epaths.h
Info.plist
InfoPlist.strings
# C-level sources built by 'make'.
lib/alloca.h
...
...
@@ -99,12 +99,12 @@ src/stamp-h1
# Object files and debugging.
*.a
*.dSYM/
*.elc
*.o
oo/
oo-spd/
src/*.map
*.dSYM/
# Executables.
lib-src/blessmail
...
...
@@ -118,11 +118,11 @@ lib-src/movemail
lib-src/profile
lib-src/test-distrib
lib-src/update-game-score
nextstep/Emacs.app/
src/bootstrap-emacs
src/emacs
src/emacs-[0-9]*
src/temacs
nextstep/Emacs.app/
# Character-set info.
admin/charsets/*.el
...
...
@@ -176,3 +176,6 @@ info/dir
# Git output.
[0-9]*.patch
# Distribution directories.
/emacs-[1-9]*/
ChangeLog
View file @
f773d35a
2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
* .gitignore: Add /emacs-[1-9]*/, and sort better.
2014-11-18 Ivan Andrus <darthandrus@gmail.com>
* .gitignore: Add some nextstep/mac ignorables.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment