summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2009-04-14Add shave so that we can see the steaming piles of warnings generated.Eric Anholt1-0/+2
The old style output can be reenabled for build system debugging using "make V=1", or --disable-shave at configure time.
2009-04-14Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.Eric Anholt1-0/+1
This is more sane anyway, as it ensures a rebuild when changing them.
2009-01-25.gitignore: ignore sdksyms.depMagnus Kessler1-0/+1
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2009-01-05Cygwin/X: Add *.exe pattern to .gitignoreJon TURNEY1-0/+1
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2008-12-28Updated .gitignoreJeremy Huddleston1-1/+3
(cherry picked from commit 06964c322e4da81f3146022049a2de13f6b2892d)
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-0/+2
All .a libraries were converted to .la, and instead of linking the Xorg binary with a mix of .a and .la, and adding some libraries more then once in the command line, etc, now it generates a single libxorg.la from all the required convenience libraries, and links with a dummy xorg.c (that should usually be the file with the main function...). This removes the requirement of some things like libosandcommon and libinit, that existed to circumvent problems when linking multiple .a and .la in the final Xorg binary. The "symbol table" is now generated dynamically, by a shell script, with an embedded gawk parser that parses cpp output. The new file sdksyms.sh is generated by hand by analyzing all Makefile.am's and making it create a sdksyms.c file, that includes all sdk headers that will add symbols for the Xorg binary. Module headers aren't read, and a in 2 files it was required to add a "<hash>ifndef XorgLoader" around declarations shared between the Xorg binary and libextmod. A few other changes were added to other sdk headers, like preventing multiple inclusion, or including other headers to satisfy dependencies. This should be a lot more portable, and better (hopefully properly) using libtool to generate convenience libraries.
2008-12-04Update .gitignore.Paulo Cesar Pereira de Andrade1-83/+9
Add files left by make distcheck and remove files that no longer are generated.
2008-11-21gitignore: ignore .patch filesPeter Hutterer1-0/+1
2008-09-05Add cscope files to .gitignoreJesse Barnes1-0/+1
2008-06-13clean .gitignoreGeorge Sapountzis1-88/+0
2008-05-21Clean up remaining afb references.Kristian Høgsberg1-8/+0
2008-05-12XQuartz: Starting to work on the new Mach IPC startup stuff for better ↵Jeremy Huddleston1-0/+4
launchd, ApplicationServices, and Dock support (cherry picked from commit 9b67fca9b7d3050d3d5582a5210270db7eb2ed05)
2008-05-08Updated .gitignore for new Xquartz layoutJeremy Huddleston1-2/+3
(cherry picked from commit cd4d2355e227549a3410485a130549dd91ccdcfe)
2008-04-21.gitignore: Added Xquartz stuffJeremy Huddleston1-0/+2
(cherry picked from commit 0a9a3bec2de8d1f442493e13cf9f039902a4928f)
2008-04-20Revert "Removed XWin DDX"Jeremy Huddleston1-0/+1
This reverts commit 6550078b0925f754e3eec3bbce94dbfe5de8c419. Doctor, I'm starting to get a pulse...
2008-04-19Removed XWin DDXJeremy Huddleston1-1/+0
2008-04-11Add doltcompile to .gitignoreAdam Jackson1-0/+1
2008-03-31gitignore: Add two more bitsDaniel Stone1-1/+2
Get slightly better at ignoring vim swap files, and let people keep local changes if they want to.
2008-03-03Add cscope files to .gitignoreJesse Barnes1-0/+1
2008-01-21Add tags/TAGS to .gitignore for ctags usageDavid Nusinow1-0/+2
2007-12-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+0
Conflicts: configure.ac This is the last pull before merging to master.
2007-12-13Modified X11 plist to use x11-execBen Byer1-1/+0
(cherry picked from commit 7d9a11329e476f45e4d9f9aebcb43469321347c7)
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+3
Conflicts: Xext/EVI.c Xext/bigreq.c Xext/cup.c Xext/dpms.c Xext/fontcache.c Xext/mitmisc.c Xext/xcmisc.c Xext/xf86bigfont.c Xext/xtest.c configure.ac dbe/dbe.c hw/darwin/darwin.h hw/darwin/darwinEvents.c hw/darwin/iokit/xfIOKit.h hw/darwin/iokit/xfIOKitCursor.c hw/darwin/quartz/fullscreen/fullscreen.c hw/darwin/quartz/fullscreen/quartzCursor.c hw/darwin/quartz/quartz.c hw/darwin/quartz/quartzCommon.h hw/darwin/quartz/quartzCursor.c hw/darwin/quartz/xpr/dri.c hw/darwin/quartz/xpr/dristruct.h hw/darwin/quartz/xpr/xprCursor.c hw/darwin/quartz/xpr/xprFrame.c hw/xfree86/modes/xf86RandR12.c include/cursor.h miext/rootless/rootlessCommon.h miext/rootless/rootlessScreen.c miext/rootless/rootlessWindow.c render/picturestr.h Trying to pick up the pieces from the darwin churn here...
2007-12-08.gitignore: added hw/xquartz/bundle/org.x.X11.plistJeremy Huddleston1-0/+1
2007-12-05.gitignore: Added Xcode user filesJeremy Huddleston1-0/+2
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+3
Conflicts: Xext/xace.c Xext/xace.h
2007-11-08Remove SecurityPolicy file and associated references in the manpages.Eamon Walsh1-2/+0
2007-11-07.gitignore: Ignore build directoriesDaniel Stone1-1/+3
Ignore directories people might use for building.
2007-08-29Add more generated files to .gitignore.Eric Anholt1-0/+30
2007-08-01gitignore: Add automake lex/yacc wrapperDaniel Stone1-0/+1
2006-08-23gitignore: ignore vi swap filesDaniel Stone1-0/+1
2006-07-05add another file to .gitignoreGreg Kroah-Hartman1-0/+1
2006-06-23Add a manpage for EXA.Eric Anholt1-0/+2
2006-06-22Add kdrive servers to .gitignoreAdam Jackson1-0/+18
2006-06-19Tell git to ignore emacs *~ droppings and git .msg filesAlan Coopersmith1-0/+2
2006-06-19update .gitignore to handle Xprint moveGreg Kroah-Hartman1-6/+6
2006-06-09more .gitignore updatesGreg Kroah-Hartman1-7/+210
2006-06-09updated .gitignore with more pre-generated filesGreg Kroah-Hartman1-0/+8
2006-06-07add bison generated files to .gitignoreGreg Kroah-Hartman1-0/+3
2006-06-07updated the .gitignore file with more auto-generated filesGreg Kroah-Hartman1-0/+25
2006-06-07add more files to .gitignoreGreg Kroah-Hartman1-0/+4
2006-06-07Added first cut at a .gitignore file to make using git easier.Greg Kroah-Hartman1-0/+3